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