fetchCertificate method
Fetches the TLS leaf certificate from host as a PEM string.
When instanceId is null, the global default instance is used.
Implementation
Future<String> fetchCertificate(String host,
{int port = 443, String? instanceId}) {
throw UnimplementedError('fetchCertificate() has not been implemented.');
}