Is the consuming flow with `launchWhenStarted` and behavior of LiveData<T> in onStop is really akin?
In this docs https://developer.android.com/kotlin/flow/stateflow-and-sharedflow#livedata
,
The unsubscribe of Flow is not called automatically but the collected Flow is suspended until the state of Activity will be started again.