clearToStart method
Clears from the cursor to the beginning of the screen.
Implementation
@override
void clearToStart() => _output.clearToStart();
Clears from the cursor to the beginning of the screen.
@override
void clearToStart() => _output.clearToStart();