updateUserName abstract method
- UserName? name
Updates MyUser.name field for the authenticated MyUser.
Resets MyUser.name field to null
for the authenticated MyUser if
the provided name
is null
.
Implementation
Future<void> updateUserName(UserName? name);