complete method
Implementation
void complete([String? update]) {
_stopwatch.stop();
_writeLn('$_clearLn${okPen('✔')} ${update ?? _message} $_time\n');
_timer?.cancel();
}
void complete([String? update]) {
_stopwatch.stop();
_writeLn('$_clearLn${okPen('✔')} ${update ?? _message} $_time\n');
_timer?.cancel();
}