Initialize the repository.
@override Future<void> initialize() async { try { _box = await Hive.openBox(boxName); } on Exception { // Hive.init(path) has not been called. } }