stopTimer method

void stopTimer()

KILLING TIMER

Implementation

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