AnnotationChangedListener typedef

AnnotationChangedListener = void Function(dynamic action, dynamic annotations)

A listener used as the argument for startAnnotationChangedListener.

Gets the string for the action that has occurred (add, delete, or modify) and the changed annotations as a list of Annot objects.

Implementation

typedef void AnnotationChangedListener(dynamic action, dynamic annotations);