checkForCaptivePortalWeb function

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

Unified entry point for captive portal check.

Implementation

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