docUpload abstract method
Implementation
@POST(Api.docUpload)
@MultiPart()
Future<GenericUploadResponse> docUpload({
@Header("content-type") String type = "image/png",
@Part() File? file,
});
@POST(Api.docUpload)
@MultiPart()
Future<GenericUploadResponse> docUpload({
@Header("content-type") String type = "image/png",
@Part() File? file,
});