complete method

void complete()

Implementation

void complete() {
  _complete();
  writeln('$message completed, took ${stopwatch!..stop()}.');
}