ChatPage constructor

const ChatPage({
  1. required RtcViewmodel viewModel,
  2. Key? key,
})

Implementation

const ChatPage({required this.viewModel, super.key});