moveLeft method

void moveLeft()

Implementation

void moveLeft() => _tryMove(0, -1);