removeAnnotationManagerById method

Future<void> removeAnnotationManagerById(
  1. String id
)

Removes the annotation manager with the given id.

Implementation

Future<void> removeAnnotationManagerById(String id) =>
    _impl.removeAnnotationManagerById(id);