BadCertificateCallback typedef Null safety

bool BadCertificateCallback(
  1. X509Certificate cr,
  2. String host,
  3. int port
)

Implementation

typedef bool BadCertificateCallback(X509Certificate cr, String host, int port);