updateMyUserInfo method Null safety
- NIMUser user
Update the current user's profile.
Update the profile to user
's value.
Implementation
Future<NIMResult<void>> updateMyUserInfo(NIMUser user) async {
return _platform.updateMyUserInfo(user);
}
Update the current user's profile.
Update the profile to user
's value.
Future<NIMResult<void>> updateMyUserInfo(NIMUser user) async {
return _platform.updateMyUserInfo(user);
}