markAsCancelled method

void markAsCancelled()

Implementation

void markAsCancelled() {
  isCancelled = true;
  cancellationCompleter?.complete();
}