mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update hive_services.dart
This commit is contained in:
@ -93,6 +93,7 @@ class HiveHandler {
|
||||
late final LazyBox historyLazyBox;
|
||||
|
||||
HiveHandler() {
|
||||
debugPrint("Trying to open Hive boxes");
|
||||
dataBox = Hive.box(kDataBox);
|
||||
environmentBox = Hive.box(kEnvironmentBox);
|
||||
historyMetaBox = Hive.box(kHistoryMetaBox);
|
||||
|
Reference in New Issue
Block a user