getAllUnsavedAnnotations static method

Future getAllUnsavedAnnotations()

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

Implementation

static Future<dynamic> getAllUnsavedAnnotations() async =>
    PspdfkitFlutterPlatform.instance.getAllUnsavedAnnotations();