getUnsavedAnnotations method
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());