getSafeBrowsingPrivacyPolicyUrl static method

Future<WebUri?> getSafeBrowsingPrivacyPolicyUrl()

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

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

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