getAllUnsavedAnnotations static method

  1. @Deprecated('Use getAllUnsavedAnnotationModels instead')
Future getAllUnsavedAnnotations()

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

Implementation

@Deprecated('Use getAllUnsavedAnnotationModels instead')
static Future<dynamic> getAllUnsavedAnnotations() async =>
    PspdfkitFlutterPlatform.instance.getAllUnsavedAnnotations();