errorEvent常量

EventStreamProvider<Event> const errorEvent

静态工厂,用于暴露error事件给不一定是<ा href="../../dart-html/WebSocket-class.html">WebSocket实例的事件处理器。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<Event> errorEvent =
    const EventStreamProvider<Event>('error');