How to close all opened toast?

Hi,

I have form while submitting i used toast to display error messages and its working fine. Issue is after successful submission previous error message is still persist so how i can handle this issue or any method is available to close all opened toast?

Try

app.toast.close()
1 Like

Thanks @nolimits4web its working charm.