stop method

void stop()

结束倒计时

Implementation

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