how to check internet connectivity on android using kotlin code example
Example: check if user has internet connection in kotlin
InternetCheck(object : InternetCheck.Consumer {
override fun accept(internet: Boolean?) {
Log.d("test", "asdasdas")
}
})