forPlan
fun Flow<LinearOnboardingState>.forPlan(planId: LinearOnboardingPlanId): Flow<LinearOnboardingState.Started>
The states of the run for planId, both in-progress and terminal. LinearOnboardingState.NotStarted and states from other plans never match. A new collector gets the current matching state as soon as it subscribes.