removeAnnotationManager abstract method
Removes an annotation manager and all annotations created by it.
Implementation
Future<void> removeAnnotationManager(
BaseAnnotationManagerPlatformInterface manager,
);
Removes an annotation manager and all annotations created by it.
Future<void> removeAnnotationManager(
BaseAnnotationManagerPlatformInterface manager,
);