import 'structs.dart'; class Attachmentdownload { Future saveFile(AttachmentResponse attachment) async { print("stub attachment download"); } }