ChatScreen constructor
const
ChatScreen({
- Key? key,
- required RouteState<
String?> routeState,
Implementation
const ChatScreen({super.key, required this.routeState});