reactormonk
var connection by remember { mutableStateOf(null as Connection?) }
val state by connection.state.collectAsState()
Stylianos Gakis