Check if a feature flag is enabled.
static bool isFeatureEnabled(String feature) { return DebugFeatureFlags.isEnabled(feature); }