checkProgress method

void checkProgress(
  1. dynamic _
)

Implementation

void checkProgress(_) {
  writeln('${stopwatch!..stop()} elapsed');
}