setSafeBrowsingWhitelist static method
- @Deprecated("Use InAppWebViewController.setSafeBrowsingAllowlist instead")
Use InAppWebViewController.setSafeBrowsingWhitelist instead.
Implementation
@Deprecated("Use InAppWebViewController.setSafeBrowsingAllowlist instead")
static Future<bool> setSafeBrowsingWhitelist(
{required List<String> hosts}) async {
return await InAppWebViewController.setSafeBrowsingAllowlist(hosts: hosts);
}