errorEvent 常量

EventStreamProvider<Event> const errorEvent

静态工厂,旨在将《code>error事件暴露给不是ApplicationCache实例的事件处理器。

有关用法信息,请参阅EventStreamProvider

实现

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