updateChannelBlackWhiteRoles method

Future<NIMResult<void>> updateChannelBlackWhiteRoles(
  1. QChatUpdateChannelBlackWhiteRolesParam param
)

更新频道黑白名单身份组

Implementation

Future<NIMResult<void>> updateChannelBlackWhiteRoles(
    QChatUpdateChannelBlackWhiteRolesParam param) {
  return _platform.updateChannelBlackWhiteRoles(param);
}