CacheConfig constructor

CacheConfig({
  1. required String cacheDirectory,
})

Implementation

CacheConfig({required this.cacheDirectory});