onDataChannel property Null safety
Stream of datachannel
events handled by this RtcPeerConnection.
Implementation
Stream<RtcDataChannelEvent> get onDataChannel =>
dataChannelEvent.forTarget(this);
Stream of datachannel
events handled by this RtcPeerConnection.
Stream<RtcDataChannelEvent> get onDataChannel =>
dataChannelEvent.forTarget(this);