home method

void home()

Sets the cursor to the top left corner of the screen (0,0)

Implementation

void home() => _console.resetCursorPosition();