downloadAttachment method

Future<List<int>> downloadAttachment(
  1. String downloadUrl
)

Downloads an attachment

Implementation

Future<List<int>> downloadAttachment(String downloadUrl) =>
    client.downloadAttachment(downloadUrl, token);