sendAppMessage
Reference
---@param id string
---@param message any
function sendAppMessage(id, message) end Usage example
exports.fd_laptop:sendAppMessage('testing_app', {
action = "test",
data = {
foo = "bar"
}
})---@param id string
---@param message any
function sendAppMessage(id, message) end exports.fd_laptop:sendAppMessage('testing_app', {
action = "test",
data = {
foo = "bar"
}
})