updateUserChannelPushConfig method

Future<NIMResult<void>> updateUserChannelPushConfig(
  1. QChatUpdateUserChannelPushConfigParam param
)

更新用户频道推送配置

Implementation

Future<NIMResult<void>> updateUserChannelPushConfig(
    QChatUpdateUserChannelPushConfigParam param) {
  return _platform.updateUserChannelPushConfig(param);
}