Stream<RtcDataChannelEvent> onDataChannel

Stream of datachannel events handled by this RtcPeerConnection.

Source

@DomName('RTCPeerConnection.ondatachannel')
@DocsEditable()
Stream<RtcDataChannelEvent> get onDataChannel =>
    dataChannelEvent.forTarget(this);