Hide existing toast messages

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().

Value

`invisible()`