retryIf property
should the request retry if the retryIf
callback returns true
Implementation
bool Function(DioException dioException)? retryIf;
should the request retry if the retryIf
callback returns true
bool Function(DioException dioException)? retryIf;