erase_line method
Erases all the characters in the current line.
Implementation
@override
void erase_line() {
stdout.write(control_sequence_identifier + '2K');
}
Erases all the characters in the current line.
@override
void erase_line() {
stdout.write(control_sequence_identifier + '2K');
}