getLastConversationMessage method
override this to change last message fetched in conversations
Implementation
@override
String getLastConversationMessage(
Conversation conversation, BuildContext context) {
return ConversationUtils.getLastConversationMessage(conversation, context);
}