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