throwIfCancellationRequested method

  1. @override
void throwIfCancellationRequested()
override

Implementation

@override
void throwIfCancellationRequested() {
  for (final innerToken in _innerTokens) {
    innerToken.throwIfCancellationRequested();
  }
}