Form-urlencoded fields.
fields
void form(Map<String, String> fields) { _headers['content-type'] = 'application/x-www-form-urlencoded'; _body = Uri(queryParameters: fields).query; }