stopTimer method

void stopTimer()

Implementation

void stopTimer() {
  seconds = 60;
  timer?.cancel();
  notifyListeners();
}