Created
May 1, 2020 22:59
-
-
Save wajahatkarim3/dba741fd35817a8f221422a4d15799b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
btnPick.setOnClickListener { | |
simpleContractRegistration(input = 3) // Remember, our SimpleContract had input of Int. So, 3 is dummy value here. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment