isOnline property
bool
get
isOnline
Whether the device is currently online.
Implementation
bool get isOnline => _monitor.isOnline;
Whether the device is currently online.
bool get isOnline => _monitor.isOnline;