mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Impl saveFile for web
This commit is contained in:
6
lib/platform/save_file_none.dart
Normal file
6
lib/platform/save_file_none.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'dart:typed_data';
|
||||
|
||||
void saveFileWeb(
|
||||
Uint8List data, String mimeType, String filenameWithoutExtension) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
Reference in New Issue
Block a user