onMessageAdded property

Stream<Message> onMessageAdded
getter/setter pair

Called when a Message is added to the conversation the current user is subscribed to.

Implementation

late Stream<Message> onMessageAdded;