onAttachmentProgress property Null safety

Stream<NIMAttachmentProgress> onAttachmentProgress

Listen to the upload progresses of message attachments.

Implementation

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