Open LambGe opened 11 months ago
hive: ^2.2.3
Box? box = await Hive.openBox('messageHistoryBox'); var values = box?.values.toList();
When I close the Chrome browser and re-run,the values is empty from box. But it's normal on iOS or Android.
hive: ^2.2.3 anyone got a solution?
hive: ^2.2.3
Box? box = await Hive.openBox('messageHistoryBox');
var values = box?.values.toList();
When I close the Chrome browser and re-run,the values is empty from box. But it's normal on iOS or Android.