hasOnlySecureContent method

Future<bool> hasOnlySecureContent()

A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.

Officially Supported Platforms/Implementations:

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

Implementation

Future<bool> hasOnlySecureContent() => platform.hasOnlySecureContent();