AnnotationsSelectedListener typedef

AnnotationsSelectedListener = void Function(dynamic annotationWithRects)

A listener used as the argument for startAnnotationsSelectedListener.

Gets the selected annotationWithRects as a list of AnnotWithRect objects.

Implementation

typedef void AnnotationsSelectedListener(dynamic annotationWithRects);