removeAnnotationManager method
Removes an annotation manager and all annotations created by it.
Implementation
Future<void> removeAnnotationManager(BaseAnnotationManager manager) =>
_impl.removeAnnotationManager(manager._impl);
Removes an annotation manager and all annotations created by it.
Future<void> removeAnnotationManager(BaseAnnotationManager manager) =>
_impl.removeAnnotationManager(manager._impl);