stopCountDown method

void stopCountDown(
  1. String id
)

停止倒计时

Implementation

void stopCountDown(String id) {
  _instances[id]?.stop();
}