removeAppDataList
Removes a list of AppData from the controller.
This function filters the current appDataList
to find items whose appInfo
matches any appInfo
in the provided list. If any matching items are found, they are removed from appDataList
, and the updated list is set using setAppDataList.
Parameters
list
The list of AppData objects to remove.