Hello, this is another noob question(maybe), let's...
# compose
a
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
ContextAmbient.current
👍🏼 1