onMessageUpdated property

Stream<MessageUpdatedEvent> onMessageUpdated
getter/setter pair

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

You could obtain the Conversation where it was updated by using Message.getConversation or Message.conversationSid. Message change events include body updates and attribute updates.

Implementation

late Stream<MessageUpdatedEvent> onMessageUpdated;