getAllValues

abstract suspend fun getAllValues(user: ConfigCatUser? = null): Map<String, Any?>(source)

Gets the values of all feature flags or settings. The user param identifies the caller.

Parameters

user

the user object.