onDataChannel property

Stream<RtcDataChannelEvent> onDataChannel

Stream of datachannel events handled by this RtcPeerConnection.

Implementation

Stream<RtcDataChannelEvent> get onDataChannel =>
    dataChannelEvent.forTarget(this);