AbstractChatDashboardComponent constructor

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

Implementation

AbstractChatDashboardComponent(
    {super.key, required this.app, required this.chatDashboardId});