cancelCurrentTimer static method

void cancelCurrentTimer()

Implementation

static void cancelCurrentTimer() {
  currentTimer.cancel();
}