Export, used to send message to custom app window.
---@param id string ---@param message any function sendAppMessage(id, message) end
exports.fd_laptop:sendAppMessage('testing_app', { action = "test", data = { foo = "bar" } })
On This Page