DioCacheManager constructor

DioCacheManager(
  1. CacheConfig config
)

Implementation

DioCacheManager(CacheConfig config) {
  _manager = CacheManager(config);
  _baseUrl = config.baseUrl;
  _defaultRequestMethod = config.defaultRequestMethod;
}