WebCacheService constructor
WebCacheService(
- WebCacheInterop _cacheInterop,
- SharedPreferences _prefs,
- WebFileSystemService _fileSystem, {
- bool enableCache = true,
Implementation
WebCacheService(
this._cacheInterop,
this._prefs,
this._fileSystem, {
this.enableCache = true,
});