Toast notification functions for PlutoBoard.jl

Methods

(static) exports.sendToast(message, type) → {void}

Sends a toast notification with the specified message and type
Parameters:
NameTypeDescription
messagestringThe message to display
typestringThe type of toast (success, error, warning, info)
Returns:
Type: 
void