menu
pdfeditor package
documentation
pdfeditor_platform_interface.dart
PdfeditorPlatform
onSave method
onSave method
dark_mode
light_mode
onSave
method
Future
<
String
?
>
onSave
(
)
Implementation
Future<String?> onSave() { throw UnimplementedError('onSave() has not been implemented.'); }
pdfeditor package
documentation
pdfeditor_platform_interface
PdfeditorPlatform
onSave method
PdfeditorPlatform class