cancel method

void cancel()

Cancel any pending action

Implementation

void cancel() {
  _timer?.cancel();
  _timer = null;
}