download method Null safety
Downloads the attachment
Implementation
Future<Uint8List> download() =>
Requests.download(url, auths[_accountId]!.headers);
Downloads the attachment
Future<Uint8List> download() =>
Requests.download(url, auths[_accountId]!.headers);