getAllUnsavedAnnotations abstract method

  1. @Deprecated('Use getUnsavedAnnotations instead')
Future<Object> getAllUnsavedAnnotations()

Returns a list of JSON dictionaries for all the unsaved annotations in the presented document.

Implementation

@Deprecated('Use getUnsavedAnnotations instead')
Future<Object> getAllUnsavedAnnotations();