Added download
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Future<void> downloadFile(List<int> bytes, String fileName) {
|
||||
throw UnsupportedError('File download not supported on this platform');
|
||||
}
|
||||
Reference in New Issue
Block a user