bool getConfigBoolValue(String key) { if (config != null) return config!.getBool(key); return false; }