updateChannelBlackWhiteRoles method Null safety
更新频道黑白名单身份组
Implementation
Future<NIMResult<void>> updateChannelBlackWhiteRoles(
QChatUpdateChannelBlackWhiteRolesParam param) {
return _platform.updateChannelBlackWhiteRoles(param);
}
更新频道黑白名单身份组
Future<NIMResult<void>> updateChannelBlackWhiteRoles(
QChatUpdateChannelBlackWhiteRolesParam param) {
return _platform.updateChannelBlackWhiteRoles(param);
}