Aidan Low
06/21/2022, 9:04 PM.stateIn(
scope = viewModelScope,
started = SharingStarted.WhileSubscribed(),
initialValue = emptyList()
)
and I was hoping to use turbine to manage subscription to the flows so that they would update properly. Is there a recommended pattern to do that so that I can assert on the value despite the subscription requirement?