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

8 lines
166 B
Dart

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