Files
filament_verwaltung/lib/helpers/web_download_helper_stub.dart
2026-01-16 15:24:37 +01:00

4 lines
139 B
Dart

void downloadJsonFileWeb(String jsonData, String fileName) {
throw UnsupportedError('Web download is only supported on web platform');
}