updateChannel method

修改频道信息

Implementation

Future<NIMResult<QChatUpdateChannelResult>> updateChannel(
    QChatUpdateChannelParam param) {
  return _platform.updateChannel(param);
}