enableFeature static method
Enable a feature flag.
Implementation
static void enableFeature(String feature) {
DebugFeatureFlags.enable(feature);
}
Enable a feature flag.
static void enableFeature(String feature) {
DebugFeatureFlags.enable(feature);
}