Following code for client-side event to show a message in the toast.
ew.toast({title:'Title of message', body:'Your message', autohide:'true', delay:'5000', animation:'true', class:'toast ew-toast bg-danger fade show'});
Following code for client-side event to show a message in the toast.
ew.toast({title:'Title of message', body:'Your message', autohide:'true', delay:'5000', animation:'true', class:'toast ew-toast bg-danger fade show'});