cursorRight method

void cursorRight()

Moves the cursor to the right one column

Implementation

void cursorRight() => _console.cursorRight();