eraseLine method

void eraseLine()
inherited

Erases all the characters in the current line.

Implementation

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