eraseLine method
void
eraseLine()
Erases all the characters in the current line.
Implementation
void eraseLine() => stdout.write(ansiEraseInLineAll);
Erases all the characters in the current line.
void eraseLine() => stdout.write(ansiEraseInLineAll);