setPushConfig method

Future<NIMResult<void>> setPushConfig(
  1. QChatPushConfig param
)

设置圈组推送配置

Implementation

Future<NIMResult<void>> setPushConfig(QChatPushConfig param) {
  return _platform.setPushConfig(param);
}