Streams are used when you want your app to receive/ interact with asynchronous data. For example, if we’ll be receiving changing data from a server, and we want our app to be alerted when the changes happen instead of making the app check for the changes we can use streams that we can subscribe to.
Sort: