FionaImageCache constructor
FionaImageCache({
- required CacheFileRepository repository,
- String? cacheFolder,
Implementation
FionaImageCache({required this.repository, this.cacheFolder});