АТ
Size: a a a
АТ
ᴛʀ
🅵
AZ
RC
V
MP
RC
bool _certeficateCheck() {
String PEM = "XXXXX"; // certificate content
(_dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate =
(client) {
client.badCertificateCallback =
(X509Certificate cert, String host, int port) {
if (cert.pem == PEM) {
// Verify the certificate
return true;
}
return true;
};
};
}
RC
RC
V
a
i
i
MP
a
RC
RC