https://kotlinlang.org logo
#compose
Title
# compose
a

Alejandro Rios

07/14/2020, 2:28 PM
Hello, this is another noob question(maybe), let's say that i have a
@Composable
items, if i want to launch a
Toast
, how can i get the
context
in order to show the
Toast
?
🍞 1
h

Halil Ozercan

07/14/2020, 2:28 PM
ContextAmbient.current
👍🏼 1
2 Views