getAllUnsavedAnnotations static method
Returns a list of JSON dictionaries for all the unsaved annotations in the presented document.
Implementation
@Deprecated('Use PdfDocument.getUnsavedAnnotations instead.')
static Future<dynamic> getAllUnsavedAnnotations() async =>
NutrientFlutterPlatform.instance.getAllUnsavedAnnotations();