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