setContentType method
Set the contentType
for the request.
Implementation
setContentType(String contentType) {
_api.options.contentType = contentType;
}
Set the contentType
for the request.
setContentType(String contentType) {
_api.options.contentType = contentType;
}