onMessageAttachmentProgressUpdate property Null safety

Stream<NIMAttachmentProgress> onMessageAttachmentProgressUpdate

Listen to the progress of the upload/download of the attachments of chatroom messages. The notification's key is NIMMessage.uuid.

Implementation

Stream<NIMAttachmentProgress> get onMessageAttachmentProgressUpdate =>
    _platform.onMessageAttachmentProgressUpdate;