ChatScreen constructor
const
ChatScreen({})
Implementation
const ChatScreen({
super.key,
required this.user,
required this.conversationId,
required this.currentUserId, this.initialMessageId,
});
const ChatScreen({
super.key,
required this.user,
required this.conversationId,
required this.currentUserId, this.initialMessageId,
});