ensureConfigIsActivated

abstract suspend fun ensureConfigIsActivated()

Suspends execution until the fetched config is activated. Returns immediately if config is already activated. The different version of config can be activated only after application restart.

The new config will be fetched after application update.