connectionStatus method

Stream connectionStatus()

Stream which listens to the connection status between client and server

Implementation

Stream<dynamic> connectionStatus() {
  return _connectionStatusEventChannel.receiveBroadcastStream();
}