setDndConfig method

Future<NIMResult<void>> setDndConfig(
  1. NIMDndConfig config
)

设置Apns免打扰与详情显示

@param config 免打扰与详情配置参数

Implementation

Future<NIMResult<void>> setDndConfig(NIMDndConfig config) async {
  return _platform.setDndConfig(config);
}