getStateStream method
Gets the stream of state changes for a connection
Implementation
Stream<ConnectionStateChange>? getStateStream(TransportConn connection) {
return _stateControllers[connection]?.stream;
}
Gets the stream of state changes for a connection
Stream<ConnectionStateChange>? getStateStream(TransportConn connection) {
return _stateControllers[connection]?.stream;
}