clearLineBefore method

  1. @override
void clearLineBefore()
override

Clears the current line before the cursor location.

Implementation

@override
void clearLineBefore() => _writeEscape('0', 'K');