cancel method

void cancel()

Implementation

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