pause method

void pause()

Implementation

void pause() {
  _timer?.cancel();
  _log("TIMER-STOPPED");
}