completeError method

void completeError()

Implementation

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