getCacheInterceptor static method

Interceptor? getCacheInterceptor()

Get cache interceptor for Dio

Implementation

static Interceptor? getCacheInterceptor() {
  // Cache disabled for now
  return null;
}