I have a mapOf name of wordList and I am getting random keys from it. I have a control button and when user click the button I want to control these random keys from my mapOf. How can I control?
val wordList = mapOf("onekey" to "onevalue" , "twokey" to "twovalue" , "threekey" to "threevalue")