disableFeature static method
Disable a feature flag.
Implementation
static void disableFeature(String feature) {
DebugFeatureFlags.disable(feature);
}
Disable a feature flag.
static void disableFeature(String feature) {
DebugFeatureFlags.disable(feature);
}