I writing code for an application in Flutter and testing it simultaneously on android and Windows. My backend code is in node js. I was trying to add permissions to my AndroidManifest.xml for camera when all of a sudden, API calls to backend using android stopped executing i.e nothing was being sent to backend. I reversed the changes in the AndroidManifest.xml but am unable to reverse this issue
The code in my AndroidManifest.xml is below