MultipartInterceptor constructor
const
MultipartInterceptor({
- String? defaultContentType = 'application/json',
Creates a MultipartInterceptor.
Implementation
const MultipartInterceptor({
this.defaultContentType = 'application/json',
});