warehouselocationIdDelete method

Future<Response<bool>> warehouselocationIdDelete({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<bool>> warehouselocationIdDelete({
  required String? id,
}) {
  return _warehouselocationIdDelete(id: id);
}