removeAnnotationManager method

Future<void> removeAnnotationManager(
  1. BaseAnnotationManager<BaseAnnotationManagerPlatformInterface> manager
)

Removes an annotation manager and all annotations created by it.

Implementation

Future<void> removeAnnotationManager(BaseAnnotationManager manager) =>
    _impl.removeAnnotationManager(manager._impl);