getLastConversationMessage method

  1. @override
String getLastConversationMessage(
  1. Conversation conversation,
  2. BuildContext context
)
override

override this to change last message fetched in conversations

Implementation

@override
String getLastConversationMessage(Conversation conversation,
    BuildContext context) {
  return ConversationUtils.getLastConversationMessage(conversation, context);
}