rotateClockwise method

Future<void> rotateClockwise()

Rotates all pages in the current document in a clockwise direction by 90 degrees.

Implementation

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