up and download data
This commit is contained in:
3
lib/helpers/web_download_helper_stub.dart
Normal file
3
lib/helpers/web_download_helper_stub.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
void downloadJsonFileWeb(String jsonData, String fileName) {
|
||||
throw UnsupportedError('Web download is only supported on web platform');
|
||||
}
|
||||
Reference in New Issue
Block a user