ToastController is a component used to create Toast components. Please see the docs for Toast.
[DEPRECATED] Use the
toastControllerexported from core.
Create a toast overlay with toast options.
Type: Promise<HTMLIonToastElement>
Dismiss the open toast overlay.
Type: Promise<boolean>
Get the most recently opened toast overlay.
Type: Promise<HTMLIonToastElement | undefined>
Built with StencilJS