openManualCrop static method
Displays the Manual Page Crop dialog.
Implementation
static Future<void> openManualCrop() {
return _channel.invokeMethod(Functions.openManualCrop);
}
Displays the Manual Page Crop dialog.
static Future<void> openManualCrop() {
return _channel.invokeMethod(Functions.openManualCrop);
}