downloadAttachment abstract method

Future<VoidResult> downloadAttachment(
  1. String roomUuid,
  2. String messageUuid
)

Implementation

Future<VoidResult> downloadAttachment(
  String roomUuid,
  String messageUuid,
);