orderApplybottomlinedaysperweekPost method

Future<Response<bool>> orderApplybottomlinedaysperweekPost({
  1. required WebApiApplyBottomLineDaysPerWeekRequest? body,
})

Implementation

Future<chopper.Response<bool>> orderApplybottomlinedaysperweekPost(
    {required WebApiApplyBottomLineDaysPerWeekRequest? body}) {
  return _orderApplybottomlinedaysperweekPost(body: body);
}