RemoveChatActionBar constructor

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

Removes a chat action bar without any other action

Implementation

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