CacheService constructor

CacheService({
  1. required String cachePath,
})

Implementation

CacheService({required this.cachePath});