checkForCaptivePortalWeb function
Unified entry point for captive portal check.
Implementation
Future<CaptivePortalStatus> checkForCaptivePortalWeb(
{required BigInt timeoutMs}) =>
RustLib.instance.api.crateApiProbesCaptivePortalCheckForCaptivePortalWeb(
timeoutMs: timeoutMs);