save static method

Future<bool?> save()

Saves the document back to its original location if it has been changed. If there were no changes to the document, the document file will not be modified.

Implementation

static Future<bool?> save() async => PspdfkitFlutterPlatform.instance.save();