flutter-chat-app
flutter-chat-app copied to clipboard
Wrap msg update to a class, how to update other pages?
Hi, I wanna ask, if I wrapped the msg come in to a global class, and its a stream, how to update other pages? I mean, when new msg comes, the session lists and chat page should update UI, how to achieve that?