observeAttachmentProgress static method
message attachment upload/download progress watcher
Implementation
static Stream<NIMDownloadMessageAttachmentProgress>
    observeAttachmentProgress() {
  return NimCore.instance.storageService.onMessageAttachmentDownloadProgress;
}