Convert forEach List into json list in flutter – Woocommerce
I am trying to get list of installed apps and able to get it using mentioned code. How to make this forEach information into Json list to save it to server as json Future<void> getinstalledAppList() async{ List<Application> apps = await…