getAllUnsavedAnnotations abstract method
Returns a list of JSON dictionaries for all the unsaved annotations in the presented document.
Implementation
@Deprecated('Use getUnsavedAnnotations instead')
Future<Object> getAllUnsavedAnnotations();
Returns a list of JSON dictionaries for all the unsaved annotations in the presented document.
@Deprecated('Use getUnsavedAnnotations instead')
Future<Object> getAllUnsavedAnnotations();