smart_retry/retry_interceptor library

Classes

RetryInterceptor
An interceptor that will try to send failed request again

Typedefs

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