stopDecrementing method

void stopDecrementing()

Implementation

void stopDecrementing() {
  timer?.cancel();
}