progressEvent 常量
静态工厂设计用于将 progress
事件暴露给事件处理器,不必一定是 ApplicationCache 的实例。
有关使用信息,请参阅 EventStreamProvider。
实现
static const EventStreamProvider<ProgressEvent> progressEvent =
const EventStreamProvider<ProgressEvent>('progress');
静态工厂设计用于将 progress
事件暴露给事件处理器,不必一定是 ApplicationCache 的实例。
有关使用信息,请参阅 EventStreamProvider。
static const EventStreamProvider<ProgressEvent> progressEvent =
const EventStreamProvider<ProgressEvent>('progress');