Returns the configuration Entry for key.
key
String? getConfigEntry(String key) { return _configBox!.get(key); }