ChatListController constructor

ChatListController({
  1. required CollectionReference<Object?> chatListCollectionReference,
  2. required String currentUserId,
  3. required ChatUserModal currentUserModal,
})

Implementation

ChatListController({
  required this.chatListCollectionReference,
  required this.currentUserId,
  required this.currentUserModal,
});