cacheManager property

BaseCacheManager? cacheManager

Optional cache manager. If no cache manager is defined DefaultCacheManager() will be used.

When running flutter on the web, the cacheManager is not used.

Implementation

BaseCacheManager? get cacheManager;