enableEnhancedHttpDns static method
是否开启增强型httpDNS 默认不开启 开启后需要注意以下事项 1.该功能与Httpdns互斥,若同时打开,后开启的功能会实际生效; 2.需要申请license的高级httpdns功能,否则该功能不工作 3.需要通过接口添加cdn域名,否则会降级至local dns。
Implementation
static Future<void> enableEnhancedHttpDns(bool enable) {
return methodChannel.invokeMethod("enableEnhancedHttpDns", enable);
}