getAllValueDetails

abstract suspend fun getAllValueDetails(user: ConfigCatUser? = null): Collection<EvaluationDetails>(source)

Gets the values along with evaluation details of all feature flags and settings.

Parameters

user

the user object.