Easiest way to make http call
It can make easly
- GET API CALL
- POST API CALL
TODO: List prerequisites and provide or point to information on how to start using the package.
You just need to call static method to make the api call.
var api = "https://countriesnow.space/api/v0.1/countries";
var data = await BridgeConnect.getAPICall(api: api);
log("___data in get api call$data");More more information you can connection with us https://github.com/SMCCZ