menu
serverpod_auth_idp_client package
documentation
serverpod_auth_idp_client.dart
EndpointUserProfileEditBase
changeFullName abstract method
changeFullName abstract method
dark_mode
light_mode
changeFullName
abstract method
Future
<
UserProfileModel
>
changeFullName
(
String
?
fullName
)
Changes the full name of a user.
Implementation
_i2.Future<_i4.UserProfileModel> changeFullName(String? fullName);
serverpod_auth_idp_client package
documentation
serverpod_auth_idp_client
EndpointUserProfileEditBase
changeFullName abstract method
EndpointUserProfileEditBase class