WebMutationCallback typedef

WebMutationCallback = void Function(List<MutationRecord> records)

Receives DOM mutations observed for a keyed node.

Implementation

typedef WebMutationCallback = void Function(List<web.MutationRecord> records);