clearLine static method
void
clearLine()
Clear current line
Implementation
static void clearLine() {
stdout.write('\r${' ' * 100}\r');
}
Clear current line
static void clearLine() {
stdout.write('\r${' ' * 100}\r');
}