connectionStatusStream property

Stream<bool> get connectionStatusStream

Stream of connection status changes

Implementation

Stream<bool> get connectionStatusStream => _connectionStatusController.stream;