onProgress 属性

Stream<ProgressEvent> onProgress

由这个 ApplicationCache 处理的 progress 事件流。

实现

Stream<ProgressEvent> get onProgress => progressEvent.forTarget(this);