addPart method
- Headers headers,
- RequestBody body
Implementation
MultipartBodyBuilder addPart(Headers headers, RequestBody body) {
return _addPart(Part.create(headers, body));
}
MultipartBodyBuilder addPart(Headers headers, RequestBody body) {
return _addPart(Part.create(headers, body));
}