Initializes the database service.
@override Future<void> init() async { Hive.init(dirPath); _box = await Hive.openBox<String>(_boxName); }