InappChatPage constructor

const InappChatPage(
  1. ChatEntity chatEntity, {
  2. Key? key,
})

Creates the chat page for chatEntity.

Implementation

const InappChatPage(this.chatEntity, {super.key});