Remove forehead on ChromeOS

This commit is contained in:
Tanay Neotia
2024-02-08 15:19:29 -05:00
parent d869fd5c91
commit d5ce86951d
3 changed files with 1 additions and 14 deletions

View File

@ -34,7 +34,7 @@ class MethodChannelService extends GetxService {
if (!ls.isBubble) {
BackgroundIsolate.initialize();
}
chromeOS = await mcs.invokeMethod("check-chromeos") ?? false;
// chromeOS = await mcs.invokeMethod("check-chromeos") ?? false;
} catch (_) {}
}
}