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