deleteMulti method
Delete multiple annotations added by this manager.
Implementation
Future<void> deleteMulti(List<PolygonAnnotation> annotations) =>
_annotationMessenger.deleteMulti(id, annotations);
Delete multiple annotations added by this manager.
Future<void> deleteMulti(List<PolygonAnnotation> annotations) =>
_annotationMessenger.deleteMulti(id, annotations);