Dart
dart:io
BadCertificateCallback typedef
description
BadCertificateCallback typedef
bool
BadCertificateCallback
(
X509Certificate
cr
,
String
host
,
int
port
)
Implementation
typedef
bool
BadCertificateCallback(X509Certificate cr,
String
host,
int
port);