cancel method

void cancel()

Cancels the request that initiated the challenge.

Implementation

void cancel() {
  _cancel();
  _queue?.target?._cancel(this);
}