Files
hartmann-foto_documentation/hartmann-foto-documentation-frontend/lib/utils/file_download_app.dart
2026-02-03 09:51:03 +01:00

4 lines
138 B
Dart

Future<void> downloadFile(List<int> bytes, String fileName) {
throw UnsupportedError('File download not supported on this platform');
}