getMessages method
override
Retrieves the list of messages for the chat.
Implementation
@override
List<ChatMessageModel> getMessages() => _cumulativeMessages;
Retrieves the list of messages for the chat.
@override
List<ChatMessageModel> getMessages() => _cumulativeMessages;