Comment on page
Update user profile
You can update some data of the profile of the current
MBUser
. In case of success it returns an updated MBUser
.MBUser newUser = await MBAuth.updateUser(
name: 'name',
surname: 'surname',
phone: '1234567890',
image: null,
data: null,
);
Last modified 3yr ago