clearToStart method

  1. @override
void clearToStart()
override

Clears from the cursor to the beginning of the screen.

Implementation

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