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