onMessageUpdated property

void Function(ChatwootMessage)? onMessageUpdated
getter/setter pair

Triggered when a message created event/message ChatwootEventMessageType.message_updated is received after connecting to the chatwoot websocket. See ChatwootRepository.listenForEvents

Implementation

void Function(ChatwootMessage)? onMessageUpdated;