added push notification
This commit is contained in:
parent
1a2b2c3553
commit
0b1c98f662
|
|
@ -21,6 +21,6 @@ Future<String> downloadFile(String url, String filename) async {
|
||||||
// response.data is List<int> type
|
// response.data is List<int> type
|
||||||
raf.writeFromSync(response.data);
|
raf.writeFromSync(response.data);
|
||||||
await raf.close();
|
await raf.close();
|
||||||
|
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue