messageStream property
Stream of incoming messages. Emits the message. Closes when the RTCDataChannel is closed.
Implementation
late Stream<RTCDataChannelMessage> messageStream;
Stream of incoming messages. Emits the message. Closes when the RTCDataChannel is closed.
late Stream<RTCDataChannelMessage> messageStream;