getCacheInterceptor static method
Interceptor?
getCacheInterceptor()
Get cache interceptor for Dio
Implementation
static Interceptor? getCacheInterceptor() {
// Cache disabled for now
return null;
}
Get cache interceptor for Dio
static Interceptor? getCacheInterceptor() {
// Cache disabled for now
return null;
}