thanks <@U0DN9HHDL>. if i understand it correctly ...
# android
b
thanks @defuera. if i understand it correctly invoke can be called on every function. is it also possible to replace `itemClickListener?.invoke(points[position])`with
itemClickListener?(points[position])
?