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