getAllUnsavedAnnotations static method
Returns a list of JSON dictionaries for all the unsaved annotations in the presented document.
Implementation
static Future<dynamic> getAllUnsavedAnnotations() async =>
PspdfkitFlutterPlatform.instance.getAllUnsavedAnnotations();