@override Future<bool> storeExists(String storeName) async { return Hive.boxExists(storeName, path: _path); }