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