getSafeBrowsingPrivacyPolicyUrl static 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

static Future<WebUri?> getSafeBrowsingPrivacyPolicyUrl() =>
    PlatformInAppWebViewController.static().getSafeBrowsingPrivacyPolicyUrl();