onMessagesRetrieved property

void Function(List<ChatwootMessage>)? onMessagesRetrieved
getter/setter pair

Triggered when a conversation's messages is successfully retrieved from remote server

Implementation

void Function(List<ChatwootMessage>)? onMessagesRetrieved;