clearScreenBefore method

  1. @override
void clearScreenBefore()
override

Clears the entire output screen before the cursor location.

Implementation

@override
void clearScreenBefore() => _writeEscape('0', 'J');