Sets a configuration value for the specified key.
@override void set(String key, String? value) => _config[key] = value;