noUpdateEvent 常量
静态工厂,用于向事件处理器公开 noupdate
事件,这些事件处理器不一定是 ApplicationCache 的实例。
有关用法信息,请参阅 EventStreamProvider。
实现
static const EventStreamProvider<Event> noUpdateEvent =
const EventStreamProvider<Event>('noupdate');
静态工厂,用于向事件处理器公开 noupdate
事件,这些事件处理器不一定是 ApplicationCache 的实例。
有关用法信息,请参阅 EventStreamProvider。
static const EventStreamProvider<Event> noUpdateEvent =
const EventStreamProvider<Event>('noupdate');