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