observe

fun observe(scope: CoroutineScope? = null, onEach: suspend (T) -> Unit, onCompletion: (Throwable?) -> Unit? = null): Job