eraseCursorToEnd method

void eraseCursorToEnd()
inherited

Erases the current line from the cursor to the end of the line.

Implementation

void eraseCursorToEnd() => stdout.write(ansiEraseCursorToEnd);