Phoenix.LiveView.clear_flash
You're seeing just the function
clear_flash
, go back to Phoenix.LiveView module for more information.
Clears the flash.
Examples
iex> clear_flash(socket)
Clears a key from the flash.
Examples
iex> clear_flash(socket, :info)