updateChannel method

修改频道信息

Implementation

Future<NIMResult<QChatUpdateChannelResult>> updateChannel(
    QChatUpdateChannelParam param) {
  throw UnimplementedError('updateChannel is not implemented');
}