shouldRetry property

bool Function(Object error, int attempt)? shouldRetry
final

Optional predicate. When null, every error is retried.

Implementation

final bool Function(Object error, int attempt)? shouldRetry;