removeAnnotationManager abstract method

Future<void> removeAnnotationManager(
  1. BaseAnnotationManagerPlatformInterface manager
)

Removes an annotation manager and all annotations created by it.

Implementation

Future<void> removeAnnotationManager(
  BaseAnnotationManagerPlatformInterface manager,
);