rotateCounterClockwise static method

Future<void> rotateCounterClockwise()

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

Implementation

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