getSafeBrowsingPrivacyPolicyUrl method

Future<WebUri?> getSafeBrowsingPrivacyPolicyUrl()

Returns a URL pointing to the privacy policy for Safe Browsing reporting.

This method should only be called if WebViewFeature.isFeatureSupported returns true for WebViewFeature.SAFE_BROWSING_PRIVACY_POLICY_URL.

Officially Supported Platforms/Implementations:

Implementation

Future<WebUri?> getSafeBrowsingPrivacyPolicyUrl() {
  throw UnimplementedError(
      'getSafeBrowsingPrivacyPolicyUrl is not implemented on the current platform');
}