Disables a configurable feature flag.
@override void disableFeature(String featureName) { _features.remove(featureName); }