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