observe

suspend fun observe(observerTag: String? = null, observer: MimiObserver<T>)

Observe

Observes the value for updates.

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

Parameters

observerTag
  • an optional logging tag to help identify updates emitted to this MimiObserver.

observer