rotateCounterClockwise static method
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);
}