getUnsavedAnnotations method

Future<List<Annotation>> getUnsavedAnnotations()

Returns the typed annotations that have unsaved changes.

Not supported on Web (returns an empty list there).

Implementation

Future<List<Annotation>> getUnsavedAnnotations() async =>
    _parseAnnotationList(await getUnsavedAnnotationsJson());