WebCacheService constructor

WebCacheService(
  1. WebCacheInterop _cacheInterop,
  2. SharedPreferences _prefs,
  3. WebFileSystemService _fileSystem, {
  4. bool enableCache = true,
})

Implementation

WebCacheService(
  this._cacheInterop,
  this._prefs,
  this._fileSystem, {
  this.enableCache = true,
});