clearLineToStart method

  1. @override
void clearLineToStart()
override

Clears from the cursor to the beginning of the line.

Implementation

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