stopStopwatch method

void stopStopwatch()
inherited

Implementation

void stopStopwatch() {
  _stopwatch?.stop();
}