onError属性

Stream<Event> onError

由该RtcDataChannel处理的错误事件的Stream。

实现

Stream<Event> get onError => errorEvent.forTarget(this);