stopTimer method

void stopTimer()

Implementation

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