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