cursorRight method
void
cursorRight()
Moves the cursor to the right one column
Implementation
void cursorRight() => _console.cursorRight();
Moves the cursor to the right one column
void cursorRight() => _console.cursorRight();