up and download data

This commit is contained in:
2026-01-16 15:24:37 +01:00
parent 49886655fd
commit dbc1252744
10 changed files with 271 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
void downloadJsonFileWeb(String jsonData, String fileName) {
throw UnsupportedError('Web download is only supported on web platform');
}