Dart SDK
dart:io
BadCertificateCallback
BadCertificateCallback
Dart SDK
dart:io
BadCertificateCallback
typedef
BadCertificateCallback
Source
Dart SDK
dart:io
Constants
APPEND
GZIP
READ
SYSTEM_ENCODING
WRITE
WRITE_ONLY
WRITE_ONLY_APPEND
ZLIB
Typedefs
BadCertificateCallback
Properties
exitCode
pid
stderr
stdin
stdout
Functions
exit
sleep
stdioType
Enums
FileLock
ProcessStartMode
Classes
BytesBuilder
CompressionOptions
ContentType
Cookie
Datagram
DetachedSocket
Directory
File
FileMode
FileStat
FileSystemCreateEvent
FileSystemDeleteEvent
FileSystemEntity
FileSystemEntityType
FileSystemEvent
FileSystemModifyEvent
FileSystemMoveEvent
GZipCodec
HeaderValue
HttpClient
HttpClientBasicCredentials
HttpClientCredentials
HttpClientDigestCredentials
HttpClientRequest
HttpClientResponse
HttpConnectionInfo
HttpConnectionsInfo
HttpDate
HttpHeaders
HttpRequest
HttpResponse
HttpServer
HttpSession
HttpStatus
InternetAddress
InternetAddressType
IOSink
Link
NetworkInterface
OSError
Platform
Process
ProcessResult
ProcessSignal
RandomAccessFile
RawDatagramSocket
RawSecureServerSocket
RawSecureSocket
RawServerSocket
RawSocket
RawSocketEvent
RedirectInfo
SecureServerSocket
SecureSocket
SecurityContext
ServerSocket
Socket
SocketDirection
SocketOption
Stdin
StdioType
Stdout
SystemEncoding
WebSocket
WebSocketStatus
WebSocketTransformer
X509Certificate
ZLibCodec
ZLibDecoder
ZLibEncoder
ZLibOption
Exceptions
CertificateException
FileSystemException
HandshakeException
HttpException
IOException
ProcessException
RedirectException
SignalException
SocketException
StdoutException
TlsException
WebSocketException
bool
BadCertificateCallback
(
X509Certificate
cr
,
String
host
,
int
port
)
Source
typedef bool BadCertificateCallback(X509Certificate cr, String host, int port);