Calling a Composable function from a regular function is not possible because a Composable function requires a parent context in the form of the Composer parameter to enable composition and rendering of the UI.
Sort: