I have created an API in DjangoREST,and it is running on my localhost with address http://localhost:xxxxx/api/allproduct.
I have also created an Android app in Futter, using Android Studio and tried to access the above API. I am debugging my app using data cable (Not by emulator). I am not able to access the API. I must test the application with cable not on emulator, any leads please.