RetryEvaluator typedef
RetryEvaluator =
FutureOr<bool> Function(DioException error, int attempt)
Implementation
typedef RetryEvaluator = FutureOr<bool> Function(
DioException error,
int attempt,
);
typedef RetryEvaluator = FutureOr<bool> Function(
DioException error,
int attempt,
);