how to check for internet connectivity 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")
}
})