RemoveRecentlyFoundChat constructor

const RemoveRecentlyFoundChat({
  1. required int chatId,
})

Removes a chat from the list of recently found chats

Implementation

const RemoveRecentlyFoundChat({
  required this.chatId,
});