checkForCaptivePortal function

Future<CaptivePortalStatus> checkForCaptivePortal({
  1. required BigInt timeoutMs,
})

Checks for the presence of a captive portal.

Implementation

Future<CaptivePortalStatus> checkForCaptivePortal(
        {required BigInt timeoutMs}) =>
    RustLib.instance.api
        .crateApiProbesCaptivePortalCheckForCaptivePortal(timeoutMs: timeoutMs);