connectionStream property

Stream<bool> get connectionStream

Stream of connection status

Implementation

Stream<bool> get connectionStream => _connectionController.stream;