ensureIsrgCertificate static method

Future<void> ensureIsrgCertificate()

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.
}