void updateUser(String id, UserModel Function(UserModel? state) cb) { update((state) => state..[id] = cb(state[id])); }