isDuckDuckGoUrl

abstract fun isDuckDuckGoUrl(url: String): Boolean

This method takes a url and returns true or false.

Return

true if the given url belongs to the DuckDuckGo domain and false otherwise.