onAttachmentProgress property Null safety
Listen to the upload progresses of message attachments.
Implementation
Stream<NIMAttachmentProgress> get onAttachmentProgress =>
MessageServicePlatform.instance.onAttachmentProgress.stream;
Listen to the upload progresses of message attachments.
Stream<NIMAttachmentProgress> get onAttachmentProgress =>
MessageServicePlatform.instance.onAttachmentProgress.stream;