DioInterceptorConfig constructor
const
DioInterceptorConfig({})
Implementation
const DioInterceptorConfig({
this.retryPolicy = const RetryPolicy(),
this.queueWhenOffline = true,
this.logRequests = true,
this.logResponses = true,
this.logErrors = true,
this.retryableStatusCodes = const {408, 429, 500, 502, 503, 504},
});