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