startCountDown method

void startCountDown(
  1. String id
)

启动倒计时

Implementation

void startCountDown(String id) {
  _instances[id]?.start();
}