TF-248 Ignore all plugin not supported web

This commit is contained in:
dab246
2022-02-10 12:20:46 +07:00
committed by Dat H. Pham
parent 684f37a04d
commit 05440e8bc4
2 changed files with 8 additions and 4 deletions
@@ -25,7 +25,9 @@ class HomeController extends GetxController {
@override
void onReady() {
super.onReady();
_initFlutterDownloader();
if (!GetPlatform.isWeb) {
_initFlutterDownloader();
}
_cleanupEmailCache();
}