ChatListController constructor
ChatListController({
- required CollectionReference<
Object?> chatListCollectionReference, - required String currentUserId,
- required ChatUserModal currentUserModal,
Implementation
ChatListController({
required this.chatListCollectionReference,
required this.currentUserId,
required this.currentUserModal,
});