BadCertificateHandler typedef

BadCertificateHandler = bool Function(X509Certificate certificate, String host)

Implementation

typedef BadCertificateHandler = bool Function(
    X509Certificate certificate, String host);