getCertificate method
Gets the SSL certificate for the main top-level page or null if there is no certificate (the site is not secure).
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.getCertificate)
- iOS
- MacOS
Implementation
Future<SslCertificate?> getCertificate() {
throw UnimplementedError(
'getCertificate is not implemented on the current platform');
}