Hi, I'm struggling with Flow, I just can't get how to use subcontainers and how to have Flow backed navigation within them.
Imagine a Screen with some subcontainer which can change its content as the user clicks a button. I'd like to keep this in my Flow backstack.
That means I either need to somehow switch Flow.Dispatchers for my existing Flow instance, or that I need to create a separate instance just for the subcontainer (with separated backstack).
Neither of these solutions sounds good for me, so I'm asking if you know better:)