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.
_2KmpToast.showToastShort("My message to show on the toast notification")_2KmpToast.showToastLong("My message to show on the toast notification")
Any Required Setup?
None