cancelTimer method

void cancelTimer()

取消倒计时 / Cancel timer

Implementation

void cancelTimer() {
  _state?.cancelTimer();
}