isOnline property
bool
get
isOnline
Indicates if the app has access to the Internet.
Implementation
static bool get isOnline => _connectivityStatus != 'none';
Indicates if the app has access to the Internet.
static bool get isOnline => _connectivityStatus != 'none';