setDndConfig method
- NIMDndConfig config
设置Apns免打扰与详情显示
@param config 免打扰与详情配置参数
Implementation
Future<NIMResult<void>> setDndConfig(NIMDndConfig config) async {
return _platform.setDndConfig(config);
}
设置Apns免打扰与详情显示
@param config 免打扰与详情配置参数
Future<NIMResult<void>> setDndConfig(NIMDndConfig config) async {
return _platform.setDndConfig(config);
}