enableFeature static method

void enableFeature(
  1. String feature
)

Enable a feature flag.

Implementation

static void enableFeature(String feature) {
  DebugFeatureFlags.enable(feature);
}