getDndConfig method

Future<NIMResult<NIMDndConfig>> getDndConfig()

读取免打扰与详情显示。web 不支持

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

Implementation

Future<NIMResult<NIMDndConfig>> getDndConfig() async {
  return _platform.getDndConfig();
}