stop method

void stop()

Implementation

void stop() {
  _stopTimer();
  stopwatch.stop();
}