@override Future<void> init() async { await Hive.initFlutter(); _box = await Hive.openBox<String>("aptabase_events"); }