kemproApiV2WizardDealerIdPut method
- required String? dealerId,
- 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);
}