Add stub for includeAllNetworks

This commit is contained in:
世界 2024-05-08 10:52:51 +08:00
parent 9f086fab5c
commit 441a06aeb6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -99,6 +99,10 @@ interface PlatformInterfaceWrapper : PlatformInterface {
return false
}
override fun includeAllNetworks(): Boolean {
return false
}
override fun clearDNSCache() {
}