updateChannel method

Future<NIMResult<QChatUpdateChannelResult>> updateChannel(
  1. QChatUpdateChannelParam param
)

修改频道信息

Implementation

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