AbstractChatComponent constructor

AbstractChatComponent({
  1. Key? key,
  2. required AppModel app,
  3. required String chatId,
})

Implementation

AbstractChatComponent({super.key, required this.app, required this.chatId});