getAnnotations method

Future<List<PolygonAnnotation>> getAnnotations()

Get all annotations of manager.

Implementation

Future<List<PolygonAnnotation>> getAnnotations() =>
    _annotationMessenger.getAnnotations(id);