MutationCallback typedef
MutationCallback =
void Function(List<MutationRecord> mutations, MutationObserver observer)
Callback type for MutationObserver.
Implementation
typedef MutationCallback =
void Function(List<MutationRecord> mutations, MutationObserver observer);