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