Hi everyone, I have a question regarding Flow collection inside Fragment. My app heavily depends on Flow, and I have a lot of places where I need to collect it in UI layer, so I wanted to create an extension function to reduce the boilerplate code I need to write every time I have to collect it...