@override Future<void> initOnce() async { await Hive.initFlutter(); _box = await Hive.openBox(boxName); }