observe

suspend fun observe(observer: MimiObserver<T>)

Observe

Observes the value for updates.

At the time of observing, the current value will be emitted.

Parameters

observer