clearLineToEnd method

  1. @override
void clearLineToEnd()
override

Clears from the cursor to the end of the line.

Implementation

@override
void clearLineToEnd() {
  if (supportsAnsi) write(Ansi.clearLineToEnd);
}