[LLC] fix tests

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-28 17:23:59 +05:30
parent a2a40b5f86
commit 6e5894eebe
6 changed files with 9 additions and 6 deletions
@@ -105,6 +105,9 @@ class WebSocket {
set _connectionStatus(ConnectionStatus status) =>
_connectionStatusController.add(status);
/// The current connection status value
ConnectionStatus get connectionStatus => _connectionStatusController.value;
/// This notifies of connection status changes
Stream<ConnectionStatus> get connectionStatusStream =>
_connectionStatusController.stream;