@param id
Future<chopper.Response<bool>> unitIdDelete({required String? id}) { return _unitIdDelete(id: id); }