RetryEvaluator typedef

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

Implementation

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