onSave method

Future<String?> onSave()

Implementation

Future<String?> onSave() {
  return PdfeditorPlatform.instance.onSave();
}