cursorLeft method
void
cursorLeft()
Moves the cursor one position to the left.
Implementation
void cursorLeft() => stdout.write(ansiCursorLeft);
Moves the cursor one position to the left.
void cursorLeft() => stdout.write(ansiCursorLeft);