4 lines
139 B
Dart
4 lines
139 B
Dart
void downloadJsonFileWeb(String jsonData, String fileName) {
|
|
throw UnsupportedError('Web download is only supported on web platform');
|
|
}
|