not able to fetch data by ID in flutter using Getx
i'm trying to fetch a list of sub categories based on category id, for example: Category A has 3 sub categories: A1 - A2 - A3 My backend works fine, I pass the category_id to the function and it returns…