downloadAttachment method Null safety

Future<VoidResult> downloadAttachment(
  1. String messageUuid
)

下载文件消息附件。

  • messageUuid 消息唯一ID。

Implementation

Future<VoidResult> downloadAttachment(
  String messageUuid,
);