hideToast: Hide existing toast messages
Description
Hide existing toast messages
Usage
hideToast(animate = TRUE, session = shiny::getDefaultReactiveDomain())
Arguments
animate
a logical indicating whether to remove the toast message(s) instantly or use its hideMethod
with animations to remove (Default).
session
the Shiny session. Defaults to shiny::getDefaultReactiveDomain()
.