openCrop static method

Future<void> openCrop()

Displays the Page Crop Options dialog.

Implementation

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