Public Methods
You can manipulate flash message with several methods
Display Methods
Every display message method will return the id of the message instance. You can pass the data object to configure a message instance as first argument and callbacks object as second argument.
You also can use shorthands without status property
Delete Method
You can delete message programmatically using deleteMessage method
Switch strategy method
You can update default strategy using setStrategy method.
Last updated
Was this helpful?