Skip to content

Commit

Permalink
Add stub for includeAllNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed May 18, 2024
1 parent 9f086fa commit 441a06a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ interface PlatformInterfaceWrapper : PlatformInterface {
return false
}

override fun includeAllNetworks(): Boolean {
return false
}

override fun clearDNSCache() {
}

Expand Down

0 comments on commit 441a06a

Please sign in to comment.