onAttachmentProgress property

Stream<NIMAttachmentProgress> onAttachmentProgress

消息附件上传进度

Implementation

Stream<NIMAttachmentProgress> get onAttachmentProgress =>
    MessageServicePlatform.instance.onAttachmentProgress.stream;