clearToStart method
Clears from the cursor to the beginning of the screen.
Implementation
@override
void clearToStart() => operations.add('clearToStart');
Clears from the cursor to the beginning of the screen.
@override
void clearToStart() => operations.add('clearToStart');