Use the hideMessage() function to hide the message identified by the messageId
How to use
hideMessage(messageId)
Input
messageId - the message ID is stored in the showMessage() action and could be passed as a value or like a reference, i.e. {{lastAction.id}}, or it could be a variable
β
Example
HideMessage(lastAction.id) - will hide the snack bar message with the corresponding ID

