getValue

abstract fun <T> getValue(state: State<T>): T

Retrieves the current value of the given state from the active scope.

Parameters

state

state whose value is being requested