I am trying to consume an api in flutter and I started getting an error on device emulator port in android studio
Which returns the following error:
I found a possible solution by executing a command called abd for example:
adb reverse tcp:33298 tcp:5554
After executing the command I try again from my emulator and I get the same problem