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