tryFetchFaviconForUrl

abstract suspend fun tryFetchFaviconForUrl(tabId: String, url: String): File?
abstract suspend fun tryFetchFaviconForUrl(url: String): File?