observeAttachmentProgress static method
message attachment upload/download progress watcher
Implementation
static Stream<NIMAttachmentProgress> observeAttachmentProgress() {
return NimCore.instance.messageService.onAttachmentProgress;
}
message attachment upload/download progress watcher
static Stream<NIMAttachmentProgress> observeAttachmentProgress() {
return NimCore.instance.messageService.onAttachmentProgress;
}