Skip to main content

Manage Toast Messages (Foreground notifications)

Manage Toast Messages (Foreground notifications)

Use this component to present toast messages on the bottom of the device's screen

To get started using it, you must use KmpToast. Below are the functions available.


_2
KmpToast.showToastShort("My message to show on the toast notification")
_2
KmpToast.showToastLong("My message to show on the toast notification")

Any Required Setup?

None