setSafeBrowsingWhitelist method
Use setSafeBrowsingAllowlist instead.
Implementation
@Deprecated("Use setSafeBrowsingAllowlist instead")
Future<bool> setSafeBrowsingWhitelist({required List<String> hosts}) {
throw UnimplementedError(
'setSafeBrowsingWhitelist is not implemented on the current platform');
}