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