getCachedFaviconUrl method
- String url
Get the cached favicon URL.
Implementation
String? getCachedFaviconUrl(String url) {
return getPreference<String?>(key: 'favicon_url/$url', defaultValue: null);
}
Get the cached favicon URL.
String? getCachedFaviconUrl(String url) {
return getPreference<String?>(key: 'favicon_url/$url', defaultValue: null);
}