updateLastLine method
Implementation
void updateLastLine (String sentence) {
clearLastLine();
stdout.write(sentence);
_completeWithEmptyLine(sentence.length);
newLine();
}
void updateLastLine (String sentence) {
clearLastLine();
stdout.write(sentence);
_completeWithEmptyLine(sentence.length);
newLine();
}