SDKSDK Redux SelectorsisFeatureEnabledOn this pageFunction: isFeatureEnabled()function isFeatureEnabled(state, ...params): booleanCheck if a feature flag is enabledParametersstateThe first argument, often a Redux root state object.params...[string]All additional arguments passed into the selector.ReturnsbooleanA derived value from the state.