I need to create a simple POST request via bloc. To send it when the button is clicked. How can i do this? I need a simple request without parsing. Just send. My button:
OutlinedButton(
onPressed: _sendReq,
child: Text("Send request"),
),
Future<void> _sendReq() async {
}
My API:
https://api.dev.certihire.com/api/v1/admin-sessions