stopTimer method

void stopTimer(
  1. Key key
)

停止倒计时

Implementation

void stopTimer(Key key) {
  _stopEntry(key);
}