MutationCallback typedef

MutationCallback = void Function(List mutations, MutationObserver observer)

Implementation

typedef void MutationCallback(List mutations, MutationObserver observer);