web library
Functions
-
checkInternetConnectionWeb(
String url) → Future< bool> -
Checks if there is an internet connection on the web using the
httppackage.url: The URL to which the connection will be attempted (e.g., 'www.google.com'). Returnstrueif the connection is successful, otherwisefalse.