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