rotateClockwise static method
Rotates all pages in the current document in a clockwise direction by 90 degrees.
Implementation
static Future<void> rotateClockwise() {
return _channel.invokeMethod(Functions.rotateClockwise);
}
Rotates all pages in the current document in a clockwise direction by 90 degrees.
static Future<void> rotateClockwise() {
return _channel.invokeMethod(Functions.rotateClockwise);
}