TF-248 Ignore all plugin not supported web
This commit is contained in:
@@ -25,7 +25,9 @@ class HomeController extends GetxController {
|
||||
@override
|
||||
void onReady() {
|
||||
super.onReady();
|
||||
_initFlutterDownloader();
|
||||
if (!GetPlatform.isWeb) {
|
||||
_initFlutterDownloader();
|
||||
}
|
||||
_cleanupEmailCache();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user