@DocsEditable(), @DomName('RTCPeerConnection.ondatachannel')
Stream of datachannel
events handled by this RtcPeerConnection.
Source
@DomName('RTCPeerConnection.ondatachannel')
@DocsEditable()
Stream<RtcDataChannelEvent> get onDataChannel =>
dataChannelEvent.forTarget(this);