updateChannel method
- QChatUpdateChannelParam param
修改频道信息
Implementation
Future<NIMResult<QChatUpdateChannelResult>> updateChannel(
QChatUpdateChannelParam param) {
return _platform.updateChannel(param);
}
修改频道信息
Future<NIMResult<QChatUpdateChannelResult>> updateChannel(
QChatUpdateChannelParam param) {
return _platform.updateChannel(param);
}