cancelTimer method

void cancelTimer()

Implementation

void cancelTimer() {
  state?.cancel();
  state = null;
}