rotateLeft method

void rotateLeft()

Rotates image 90 degrees left.

Implementation

void rotateLeft() => _rotate(true);