ChatPage constructor
ChatPage(
- EnxController enxController,
- String type, {
- Key? key,
- String? clientId,
Implementation
ChatPage(this.enxController, this.type, {Key? key, this.clientId})
: super(key: key);