downloadAttachment method Null safety
- String messageUuid
 
Download the attachment of a file message.
messageUuidunique message ID.
Implementation
Future<VoidResult> downloadAttachment(
  String messageUuid,
);
Download the attachment of a file message.
messageUuid unique message ID.Future<VoidResult> downloadAttachment(
  String messageUuid,
);