onAttachmentProgress property

Stream<AttachmentProgress> onAttachmentProgress

消息附件上传/下载进度观察者,以message id作为key

Implementation

Stream<AttachmentProgress> get onAttachmentProgress =>
    _platform.onAttachmentProgress;