onMessageUpdated property
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;