openRotateDialog method
Displays the Rotate dialog.
This dialog allows users to rotate pages of the open document by 90, 180, or 270 degrees. It also displays a thumbnail of the current page at the selected rotation angle. Android only.
Implementation
Future<void> openRotateDialog() {
return _channel.invokeMethod(Functions.openRotateDialog);
}