DioCacheInterceptor constructor
DioCacheInterceptor({
- required CacheOptions options,
Implementation
DioCacheInterceptor({required CacheOptions options})
: assert(options.store != null),
_options = options,
_store = options.store!;