cachingEnabled property
Gets whether caching is enabled (defaults to true).
Implementation
bool get cachingEnabled {
return _prefs?.getBool(_cachingEnabledKey) ?? true;
}
Gets whether caching is enabled (defaults to true).
bool get cachingEnabled {
return _prefs?.getBool(_cachingEnabledKey) ?? true;
}