clearLineToEnd method
Clears from the cursor to the end of the line.
Implementation
@override
void clearLineToEnd() {
if (supportsAnsi) write(Ansi.clearLineToEnd);
}
Clears from the cursor to the end of the line.
@override
void clearLineToEnd() {
if (supportsAnsi) write(Ansi.clearLineToEnd);
}