connected property
Indicates whether the current device is connected to any network.
Implementation
RxBool get connected => _sessionRepository.connected;
Indicates whether the current device is connected to any network.
RxBool get connected => _sessionRepository.connected;