home method Null safety
Sets the cursor to the top left corner of the screen (0,0)
Implementation
void home() => _console.resetCursorPosition();
Sets the cursor to the top left corner of the screen (0,0)
void home() => _console.resetCursorPosition();