Files
2026-02-03 09:51:03 +01:00

4 lines
131 B
Dart

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