ensureIsrgCertificate static method
Ensures the ISRG Root X1 certificate is trusted on the device.
Implementation
static Future<void> ensureIsrgCertificate() async {
// No-op, as browsers handle the root certificate themselves.
}
Ensures the ISRG Root X1 certificate is trusted on the device.
static Future<void> ensureIsrgCertificate() async {
// No-op, as browsers handle the root certificate themselves.
}