rotateLeft method

void rotateLeft()

Implementation

void rotateLeft() => _rotate(left: true);