ValidateCertificate typedef
ValidateCertificate =
bool Function(X509Certificate? certificate, String host, int port)
The signature of IOHttpClientAdapter.validateCertificate.
Implementation
typedef ValidateCertificate = bool Function(
X509Certificate? certificate,
String host,
int port,
);