onClose属性

Stream<Event> onClose

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

实现

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