ChatScreen constructor
ChatScreen({})
Implementation
ChatScreen({
super.key,
required this.imageUrl,
required this.name,
required this.status,
this.isFavorite = false,
required this.conversationID,
});
ChatScreen({
super.key,
required this.imageUrl,
required this.name,
required this.status,
this.isFavorite = false,
required this.conversationID,
});