onProgress 属性

Stream<ProgressEvent> onProgress

由该 ApplicationCache 处理的 progress事件的 Stream。

实现

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