How I can get unread messages count for each conversation using an android twilio conversation SDK? – Flutter
Currently unread messages count is 0 and want to get unread messages count for each conversation. I did used conversation.lastMessageReadIndex but it ask for return results to listener. Don’t know which listener we can use for that?