cancel method

void cancel()

Implementation

void cancel() {
  _isCancelled = true;
}