openManualCrop method
Displays the manual page crop dialog.
Implementation
Future<void> openManualCrop() {
return _channel.invokeMethod(Functions.openManualCrop);
}
Displays the manual page crop dialog.
Future<void> openManualCrop() {
return _channel.invokeMethod(Functions.openManualCrop);
}