InternetConnectionChecker class

A Class to get Information about the Internet and Connection provider

Properties

hasConnection Future<bool>
gives True or False whether the device is Connected to Internet and Internet is available or not.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isNetworkConnected() Future<bool>
Use to get True or false for device is Connected to Internet provider or not It uses Connectivity_plus to fetch information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited