4 lines
138 B
Dart
4 lines
138 B
Dart
Future<void> downloadFile(List<int> bytes, String fileName) {
|
|
throw UnsupportedError('File download not supported on this platform');
|
|
}
|