pause method

void pause()

Implementation

void pause() {
  _stopwatch.stop();
  isPaused.value = true;
}