stopIncrementing method

void stopIncrementing()

Implementation

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