<How to call inner function inside composable?> I ...
# stackoverflow
u
How to call inner function inside composable? I have a suspend inner function inside a composable but it throws a compile time error stating that the method name cannot be resolved. Why is it not working?