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