isAnException

abstract fun isAnException(url: String): Boolean

This method takes a url and returns true or false depending on if the url is in the autofill exceptions list

Return

a true if the given url if the url is in the autofill exceptions list and false otherwise.