Export, used to remove custom app.
---@param id string function removeCustomApp(id) end
local removed, errorMessage = exports.fd_laptop:removeCustomApp("testing_app") if not removed then print("Could not remove app:", errorMessage) end
On This Page