maybePoisonedErrorPredicateOf static method
Implementation
static ThreadPoisonedErrorPredicate? maybePoisonedErrorPredicateOf(BuildContext context) {
return maybeOf(context)?.poisonedErrorPredicate;
}
static ThreadPoisonedErrorPredicate? maybePoisonedErrorPredicateOf(BuildContext context) {
return maybeOf(context)?.poisonedErrorPredicate;
}