clearLineToEnd method

  1. @override
void clearLineToEnd()
override

Clears from the cursor to the end of the line.

Implementation

@override
void clearLineToEnd() => _output.clearLineToEnd();