start method

void start()

开始倒计时

Implementation

void start() {
  if (statusNotifier.value != CountdownStatus.running) {
    onStart?.call();
  }
}