onMessageDeleted property

Stream<Message> onMessageDeleted
getter/setter pair

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

You could obtain the Conversation where it was deleted by using Message.getConversation or Message.conversationSid.

Implementation

late Stream<Message> onMessageDeleted;