updateChannelRole method

修改频道下某身份组的权限

Implementation

Future<NIMResult<QChatUpdateChannelRoleResult>> updateChannelRole(
    QChatUpdateChannelRoleParam param) {
  return _platform.updateChannelRole(param);
}