onAnnotationsChanged property

void Function(Map<int, List<Annotation>> annotations)? onAnnotationsChanged
final

Callback when annotations change

Implementation

final void Function(Map<int, List<Annotation>> annotations)? onAnnotationsChanged;