clearTimer method

void clearTimer()

Implementation

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