Export, used to send notification to laptop
---@class Notification ---@field summary string ---@field detail string ---@param data Notification function sendNotification(data) end
local success, errorMessage = exports.fd_laptop:sendNotification({ summary = 'Test title', detail = 'Testing description for notification' })
On This Page