reset method

void reset()

重置倒计时

Implementation

void reset() {
  onReset?.call();
}