cursorLeft method

void cursorLeft()

Moves the cursor to the left one column

Implementation

void cursorLeft() => _console.cursorUp();