complete method

void complete([
  1. String? update
])

Implementation

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