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