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