ContentAddressableCache constructor
ContentAddressableCache({
- String? cacheDir,
Implementation
ContentAddressableCache({String? cacheDir})
: cacheDir = cacheDir ?? defaultCacheDir(Platform.environment);