MutationCallback 类型定义

MutationCallback = void Function(List mutations, MutationObserver observer)

实现

typedef void MutationCallback(List mutations, MutationObserver observer);