getCertificate method

Future<SslCertificate?> getCertificate()

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:

Implementation

Future<SslCertificate?> getCertificate() {
  throw UnimplementedError(
      'getCertificate is not implemented on the current platform');
}