openCrop method

Future<void> openCrop()

Displays the page crop options dialog.

Implementation

Future<void> openCrop() {
  return _channel.invokeMethod(Functions.openCrop);
}