pauseCountDown method

void pauseCountDown(
  1. String id
)

暂停倒计时

Implementation

void pauseCountDown(String id) {
  _instances[id]?.pause();
}