setFetchEnabled

abstract fun setFetchEnabled(flag: Boolean)

Toggles the enablement of the fetch. If false, then calling fetch_experiments returns immediately, having not done any fetching from remote settings. This is only useful for QA, and should not be used in production: use set_experiment_participation or set_rollout_participation instead.