ChatListPage constructor
const
ChatListPage({
- Key? key,
- required dynamic employee,
Implementation
const ChatListPage({Key? key, required this.employee});
const ChatListPage({Key? key, required this.employee});