Update Toaster-Service.md

pull/4962/head
Mehmet Erim 5 years ago committed by GitHub
parent 246c0e70e8
commit 327e676065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,10 +74,11 @@ The open toast overlay can be removed manually via the `remove` method by passin
```js
const toastId = this.toaster.success('Message', 'Title')
this.toast.remove(toastId);
this.toaster.remove(toastId);
```
### How to Remove All Toasts
### How to Remove All Toasts
The all open toasts can be removed manually via the `clear` method:

Loading…
Cancel
Save