menu
pdftron_flutter package
documentation
pdftron_flutter.dart
DocumentViewController
undo method
undo method
dark_mode
light_mode
undo
method
Future
<
void
>
undo
(
)
Undoes the last modification.
Implementation
Future<void> undo() { return _channel.invokeMethod(Functions.undo); }
pdftron_flutter package
documentation
pdftron_flutter
DocumentViewController
undo method
DocumentViewController class