kemproApiV2WizardDealerIdPut method

Future<Response> kemproApiV2WizardDealerIdPut({
  1. required String? dealerId,
  2. required WizardUpdateV2Body? body,
})

Update the dealer Wizard progress. @param dealerId

Implementation

Future<chopper.Response> kemproApiV2WizardDealerIdPut({
  required String? dealerId,
  required WizardUpdateV2Body? body,
}) {
  return _kemproApiV2WizardDealerIdPut(dealerId: dealerId, body: body);
}