fix web platform connect issue

This commit is contained in:
Hiroshi Horie
2022-02-10 21:27:17 +07:00
parent 80d9b4ee55
commit b504afc612
+1 -1
View File
@@ -65,7 +65,7 @@ class Utils {
static final _deviceInfoPlugin = DeviceInfoPlugin();
static Future<lk_models.ClientInfo?> _clientInfo() async {
if (lkPlatformIsTest()) {
if (!kIsWeb && lkPlatformIsTest()) {
return lk_models.ClientInfo(
os: 'test',
);