Show or hide a bs_toast() from server code.
Usage
show_bs_toast(id, session = shiny::getDefaultReactiveDomain())
hide_bs_toast(id, session = shiny::getDefaultReactiveDomain())Examples
if (interactive()) show_bs_toast("hello")
if (interactive()) hide_bs_toast("hello")