eraseLine method

void eraseLine()

Erases all the characters in the current line.

Implementation

void eraseLine() => stdout.write(ansiEraseInLineAll);