getUnreadCount method

int getUnreadCount()

Implementation

int getUnreadCount() {
  return conversation.unreadCount ?? 0;
}