ChatController constructor
const
ChatController({
- required RtcViewmodel viewModel,
- String identity = "",
- String name = "",
- Key? key,
Implementation
const ChatController(
{required this.viewModel, this.identity = "", this.name = "", super.key});