menu
chrome_extension package
documentation
browsing_data.dart
DataTypeSet
cache property
cache property
dark_mode
light_mode
cache
property
bool
?
get
cache
The browser's cache.
Implementation
bool? get cache => _wrapped.cache;
set
cache
(
bool
?
v
)
Implementation
set cache(bool? v) { _wrapped.cache = v; }
chrome_extension package
documentation
browsing_data
DataTypeSet
cache property
DataTypeSet class