diff --git a/lib/src/utils.dart b/lib/src/utils.dart index ec02ac2..8bc4264 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -65,7 +65,7 @@ class Utils { static final _deviceInfoPlugin = DeviceInfoPlugin(); static Future _clientInfo() async { - if (lkPlatformIsTest()) { + if (!kIsWeb && lkPlatformIsTest()) { return lk_models.ClientInfo( os: 'test', );