cancel method

void cancel()

Signal cancellation on the token.

Implementation

void cancel() {
  _i5.callMethod(
    this,
    'cancel',
    [],
  );
}