getHeaders method Null safety
Gets custom headers for multpart form.
Implementation
Map<String, String> getHeaders() {
return {
'content-type': contentType,
'content-length': '$contentLength',
};
}
Gets custom headers for multpart form.
Map<String, String> getHeaders() {
return {
'content-type': contentType,
'content-length': '$contentLength',
};
}