getAllUnsavedAnnotations static method
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 =>
    NutrientFlutterPlatform.instance.getAllUnsavedAnnotations();