setSafeBrowsingWhitelist method

  1. @Deprecated("Use setSafeBrowsingAllowlist instead")
Future<bool> setSafeBrowsingWhitelist({
  1. required List<String> hosts,
})

Implementation

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