retryIf property

(bool Function(DioException dioException)?) retryIf
getter/setter pair

should the request retry if the retryIf callback returns true

Implementation

bool Function(DioException dioException)? retryIf;