disableFeature static method

void disableFeature(
  1. String feature
)

Disable a feature flag.

Implementation

static void disableFeature(String feature) {
  DebugFeatureFlags.disable(feature);
}