LocalCacheLoader constructor

LocalCacheLoader(
  1. String channel, {
  2. CacheType? type = CacheType.json,
})

Implementation

LocalCacheLoader(
  this.channel, {
  this.type: CacheType.json,
});