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