AnnotationMenuPressedChannelListener typedef
AnnotationMenuPressedChannelListener =
void Function(dynamic annotationMenuItem, dynamic annotations)
A listener used as the argument for startAnnotationMenuPressedListener.
Gets the pressed annotationMenuItem
as one of the AnnotationMenuItems
constants, and the annotations
associated with the menu as a list of
Annot objects.
Implementation
typedef void AnnotationMenuPressedChannelListener(
dynamic annotationMenuItem, dynamic annotations);