getLastConversationMessage abstract method

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

override this to change last message fetched in conversations

Implementation

String getLastConversationMessage(
    Conversation conversation, BuildContext context);