cancel static method

int cancel()

Implementation

static int cancel() {
  throw UnsupportedError(
    'Lifecycle-owned diffusion cancellation is unavailable',
  );
}