cancel method

void cancel()

Implementation

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