LOCAL_OFF
Local override to force the feature OFF, regardless of remote configuration.
When a feature is in LOCAL_OFF state, it will always be disabled, even if the remote configuration says it should be enabled. This is useful for:
Testing how the app behaves with a feature disabled
Temporarily disabling a broken feature locally
QA testing of feature toggle functionality
The local override persists across app restarts until changed back to REMOTE or LOCAL_ON.