diff --git a/lib/utils/database/flutter_famedly_sdk_hive_database.dart b/lib/utils/database/flutter_famedly_sdk_hive_database.dart index 3299881a..7d921eb5 100644 --- a/lib/utils/database/flutter_famedly_sdk_hive_database.dart +++ b/lib/utils/database/flutter_famedly_sdk_hive_database.dart @@ -50,8 +50,8 @@ class FlutterFamedlySdkHiveDatabase extends FamedlySdkHiveDatabase { ); hiverCipher = HiveAesCipher(encryptionKey); } on MissingPluginException catch (_) { - Logs() - .i('Hive encryption is not supported on ${Platform.operatingSystem}'); + Logs().i( + 'Hive encryption is not supported on ${kIsWeb ? 'Web' : Platform.operatingSystem}'); } final db = FamedlySdkHiveDatabase( client.clientName,