updateReadyEvent 常量

EventStreamProvider<Event> const updateReadyEvent

静态工厂方法,用于将 updateready 事件暴露给事件处理器,这些处理器不一定是 ApplicationCache 的实例。

有关用法信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<Event> updateReadyEvent =
    const EventStreamProvider<Event>('updateready');