Fix build test failed

(cherry picked from commit 5050b35030530c2d92b58580266e69398db7d909)
This commit is contained in:
dab246
2023-06-15 16:04:41 +07:00
committed by Dat H. Pham
parent b7a4e3f585
commit e17c4a87f6
+1 -1
View File
@@ -11,7 +11,7 @@ class FileUtils {
String? folderPath,
String? extensionFile
}) async {
if (PlatformInfo.isMobile) {
if (!PlatformInfo.isWeb) {
String fileDirectory = (await getApplicationDocumentsDirectory()).absolute.path;