cacheService method

CacheService cacheService()

Implementation

CacheService cacheService() {
  return Provider.of<CacheService>(this, listen: false);
}