cancel method
Cancels the request that initiated the challenge.
Implementation
void cancel() {
_cancel();
_queue?.target?._cancel(this);
}
Cancels the request that initiated the challenge.
void cancel() {
_cancel();
_queue?.target?._cancel(this);
}