@override void setUserId(String value) async { return globalUserState().updateState((userState) { return userState.copyWith(userId: value); }); }