clearToEnd method

  1. @override
void clearToEnd()
override

Clears from the cursor to the end of the screen.

Implementation

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