added push notification

This commit is contained in:
Komek Hayytnazarov 2023-03-28 11:43:29 +05:00
parent 1a2b2c3553
commit 0b1c98f662
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ Future<String> downloadFile(String url, String filename) async {
// response.data is List<int> type
raf.writeFromSync(response.data);
await raf.close();
return filePath;
}