<Kotlin Data Type Syntax> What does the following ...
# stackoverflow
u
Kotlin Data Type Syntax What does the following data type means: () -> String It is being used in the following context. fun sampleFun(message: ()-> String)