onBadCertificate property
Escape hatch for accepting a self-signed certificate.
Implementation
final bool Function(X509Certificate cert, String host, int port)?
onBadCertificate;
Escape hatch for accepting a self-signed certificate.
final bool Function(X509Certificate cert, String host, int port)?
onBadCertificate;