isDuckDuckGoEmailUrl

abstract fun isDuckDuckGoEmailUrl(url: String): Boolean

This method takes a url and returns true or false.

Return

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