cancel method
void
cancel()
Cancels the operation associated with this token.
Implementation
void cancel() {
_isCancelled = true;
}
Cancels the operation associated with this token.
void cancel() {
_isCancelled = true;
}