isOnline property
bool
get
isOnline
Checks if the device is currently online.
Returns true if online, false otherwise
Implementation
bool get isOnline {
_ensureInitialized();
return _networkManager.isOnline;
}