checkForCaptivePortal function
Checks for the presence of a captive portal.
Implementation
Future<CaptivePortalStatus> checkForCaptivePortal(
{required BigInt timeoutMs}) =>
RustLib.instance.api
.crateApiProbesCaptivePortalCheckForCaptivePortal(timeoutMs: timeoutMs);