hasOnlySecureContent method
A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - WKWebView.hasOnlySecureContent)
- macOS WKWebView (Official API - WKWebView.hasOnlySecureContent)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> hasOnlySecureContent() => platform.hasOnlySecureContent();