shouldRetry property

bool Function(DioException)? shouldRetry
final

Custom function to determine if request should be retried If null, uses default retry logic

Implementation

final bool Function(DioException)? shouldRetry;