Add stub for includeAllNetworks

This commit is contained in:
世界
2024-05-18 17:26:34 +08:00
parent 9f086fab5c
commit 441a06aeb6
@@ -99,6 +99,10 @@ interface PlatformInterfaceWrapper : PlatformInterface {
return false
}
override fun includeAllNetworks(): Boolean {
return false
}
override fun clearDNSCache() {
}