onClose 属性

Stream<Event> onClose

由该 RtcDataChannel 处理的 close 事件的流。

实现

Stream<Event> get onClose => closeEvent.forTarget(this);