markAsComplete method

void markAsComplete()

Implementation

void markAsComplete() {
  cancellationCompleter?.complete();
}