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