eraseCursorToEnd method
      
void
eraseCursorToEnd()
      
     
    
Erases the current line from the cursor to the end of the line.
Implementation
void eraseCursorToEnd() => stdout.write(ansiEraseCursorToEnd);Erases the current line from the cursor to the end of the line.
void eraseCursorToEnd() => stdout.write(ansiEraseCursorToEnd);