RetryPredicate typedef
RetryPredicate =
bool Function(ApiResponse response, int attempt)
Decides whether a failed response is worth another attempt.
Implementation
typedef RetryPredicate = bool Function(ApiResponse response, int attempt);