stopTimer method

void stopTimer()

Implementation

void stopTimer() {
  timer?.cancel();
  timer = null;
}