Files
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');
}