We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3b5013f
show()
hide()
new Toast("hello world")
new Toast("hello world", { visible: false })
new Toast({ content: "hello world", visible: false })