setPushConfig method
- QChatPushConfig param
设置圈组推送配置
Implementation
Future<NIMResult<void>> setPushConfig(QChatPushConfig param) {
return _platform.setPushConfig(param);
}
设置圈组推送配置
Future<NIMResult<void>> setPushConfig(QChatPushConfig param) {
return _platform.setPushConfig(param);
}