Sets a configuration value for key.
key
@override void setValue<T>(String key, T value) { _config[key] = value; }