hi. i have a question about a higher order functio...
# android
b
hi. i have a question about a higher order function which i want to save in a property. but the property can be null. how should i declare this property?
private var click: (v: View) -> Unit = {}
is this the correct way, because
?
is not working