cancel method
void
cancel()
Signal cancellation on the token.
Implementation
void cancel() {
_i5.callMethod(
this,
'cancel',
[],
);
}
Signal cancellation on the token.
void cancel() {
_i5.callMethod(
this,
'cancel',
[],
);
}