cancelTimer method

void cancelTimer()

取消计时器

Implementation

void cancelTimer() {
  _timer?.cancel();
}