get Value
inline suspend fun <T> ConfigCatClient.getValue(key: String, defaultValue: T, user: ConfigCatUser? = null): T(source)
Gets the value of a feature flag or setting as T identified by the given key.
Gets the value of a feature flag or setting as T identified by the given key.