hym_ui/lib/attachmentDownloadAndroid.dart
2025-05-23 16:13:17 -04:00

8 lines
169 B
Dart

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