错误事件 常量

EventStreamProvider<Event> const 错误事件

静态工厂,用于将 错误 事件暴露给可能不是 事务 实例的事件处理程序。

有关使用信息,请参阅 EventStreamProvider

实现

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