cacheManager property
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
@override
final 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.
@override
final BaseCacheManager? cacheManager;