addMemberRole method

为某个人定制某频道的权限

Implementation

Future<NIMResult<QChatAddMemberRoleResult>> addMemberRole(
    QChatAddMemberRoleParam param) async {
  return _platform.addMemberRole(param);
}