stopCountupTimer method

void stopCountupTimer(
  1. Key key
)

停止正向计时

Implementation

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