thenComp

fun <R> Boolean.thenComp(call: @Composable () -> R): R?

Calls call only if the class is true. Used for composable calls

Author

Arnau Mora

Since

20220329

Parameters

call

What to run if the class is true.