Notification
- Send Notification
exports['wd-uikit']:sendNotification("inform", "Notification Title", "Notification Description", 5000)
or
TriggerEvent('wd-uikit:sendNotification', "inform", "Notification Title", "Notification Description", 5000)
exports['wd-uikit']:sendNotification("inform", "Notification Title", "Notification Description", 5000)
TriggerEvent('wd-uikit:sendNotification', "inform", "Notification Title", "Notification Description", 5000)