We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c99b7d + b9da5b2 commit e68660eCopy full SHA for e68660e
1 file changed
flutter_cache_manager/lib/src/cache_manager.dart
@@ -48,6 +48,9 @@ class CacheManager implements BaseCacheManager {
48
49
final Config _config;
50
51
+ /// Get the config
52
+ Config get config => _config;
53
+
54
/// Store helper for cached files
55
final CacheStore _store;
56
0 commit comments