Added download

This commit is contained in:
verboomp
2026-02-03 09:51:03 +01:00
parent f9ca668b39
commit 5f1d2d8610
25 changed files with 874 additions and 145 deletions

View File

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