RemoveRecentlyFoundChat constructor
const
RemoveRecentlyFoundChat({
- required int chatId,
Removes a chat from the list of recently found chats
Implementation
const RemoveRecentlyFoundChat({
required this.chatId,
});