nextValue

abstract suspend fun nextValue(): T

Blocks the current thread until latestValue is replaced by a new value.

Behaves identically to await before the first value is assigned.