observeAttachmentProgress static method

Stream<NIMDownloadMessageAttachmentProgress> observeAttachmentProgress()

message attachment upload/download progress watcher

Implementation

static Stream<NIMDownloadMessageAttachmentProgress>
    observeAttachmentProgress() {
  return NimCore.instance.storageService.onMessageAttachmentDownloadProgress;
}