ReadChatList constructor

const ReadChatList({
  1. required ChatList chatList,
})

Traverse all chats in a chat list and marks all messages in the chats as read

Implementation

const ReadChatList({
  required this.chatList,
});