I want to put in place a StreamBuilder widget in my Flutter app that waits for data to arrive from two separate streams, with each stream delivering a different data class
What Rx function should I use for this situation?
I want to put in place a StreamBuilder widget in my Flutter app that waits for data to arrive from two separate streams, with each stream delivering a different data class
What Rx function should I use for this situation?