Check if config key exists
static bool has(String key) { final context = tenantStore.currentContext; return context?.config.containsKey(key) ?? false; }