download method Null safety

Future<Uint8List> download()

Downloads the attachment

Implementation

Future<Uint8List> download() =>
    Requests.download(url, auths[_accountId]!.headers);