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