//encode json String jsonString = json.encode(jsonMap); //send to api http.post(url, body: jsonString).then((response) { //handle response });
0 Comments