Lua plugins in Vocode cannot access the Lua standard library
For security, plugins can only access core libraries and those tied to granted permissions.
notification.toast(text)
Displays a toast notification with the given text.
Parameters:
text
(string): The message to display in the toast notification.
Example
notification.toast("This is a toast message")