start method

void start()

开始倒计时

Implementation

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