updateSelfUserProfile static method
更新自己的用户资料
Implementation
static Future<NIMResult<void>> updateSelfUserProfile(
NIMUserUpdateParam param) {
return NimCore.instance.userService.updateSelfUserProfile(param);
}
更新自己的用户资料
static Future<NIMResult<void>> updateSelfUserProfile(
NIMUserUpdateParam param) {
return NimCore.instance.userService.updateSelfUserProfile(param);
}