predicate property
Given how many attempts had failed before this one and what it threw, whether to try again.
Implementation
final bool Function(int failureCount, Object error, StackTrace stackTrace)
predicate;
Given how many attempts had failed before this one and what it threw, whether to try again.
final bool Function(int failureCount, Object error, StackTrace stackTrace)
predicate;