pause method

void pause()

Implementation

void pause() {
  _timer?.cancel();
  // _updateEvent?.call(DateTime.now());
  _log("TIMER-STOPPED");
}