orderitemDonothingSuballitemsPost method

Future<Response<bool>> orderitemDonothingSuballitemsPost({
  1. required Object? body,
})

Implementation

Future<chopper.Response<bool>> orderitemDonothingSuballitemsPost({
  required Object? body,
}) {
  return _orderitemDonothingSuballitemsPost(body: body);
}