multipartData property
On iOS, only HttpRequestMethod.post is supported with multipart; PUT and DELETE will return an error.
Implementation
List<MultipartData>? multipartData;
On iOS, only HttpRequestMethod.post is supported with multipart; PUT and DELETE will return an error.
List<MultipartData>? multipartData;