getSafeBrowsingPrivacyPolicyUrl static method
Returns a URL pointing to the privacy policy for Safe Browsing reporting.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebViewCompat.getSafeBrowsingPrivacyPolicyUrl):
- This method should only be called if WebViewFeature.isFeatureSupported returns
truefor WebViewFeature.SAFE_BROWSING_PRIVACY_POLICY_URL.
- This method should only be called if WebViewFeature.isFeatureSupported returns
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
static Future<WebUri?> getSafeBrowsingPrivacyPolicyUrl() =>
PlatformInAppWebViewController.static().getSafeBrowsingPrivacyPolicyUrl();