Check if state exists for current tenant
bool hasState(String key) { _ensureTenantSet(); return _tenantStores[_currentTenantId]!.hasState(key); }