RoomChatPage constructor

const RoomChatPage({
  1. Key? key,
  2. required AberchatConfig aberchatConfig,
})

Implementation

const RoomChatPage({
  Key? key,
  required this.aberchatConfig,
}) : super(key: key);