toast in kotlin makeText Eroor code example
Example 1: kotlin toast.maketext
Toast.makeText(this, ".....", Toast.LENGTH_SHORT).show
Example 2: toast in kotlin
Toast.makeText(this, "Sign in", Toast.LENGTH_LONG).show()
Toast.makeText(this, ".....", Toast.LENGTH_SHORT).show
Toast.makeText(this, "Sign in", Toast.LENGTH_LONG).show()