ChatController constructor

const ChatController({
  1. required RtcViewmodel viewModel,
  2. String identity = "",
  3. String name = "",
  4. Key? key,
})

Implementation

const ChatController(
    {required this.viewModel, this.identity = "", this.name = "", super.key});