onClose property
Stream of close
events handled by this RtcDataChannel.
Implementation
Stream<Event> get onClose => closeEvent.forTarget(this);
Stream of close
events handled by this RtcDataChannel.
Stream<Event> get onClose => closeEvent.forTarget(this);