cancelTimer static method

void cancelTimer()

Implementation

static void cancelTimer() {
  _timer?.cancel();
}