void removeUser(String userId, RxList<UserModel> destList) { destList.removeWhere((element) => element.userId.value == userId); }