kemproApiV2WizardDealerIdGet method
- required String? dealerId,
Get the Wizard progess for the dealer of the logged-in user.
Implementation
Future<chopper.Response<WizardDetailsV2>> kemproApiV2WizardDealerIdGet(
{required String? dealerId}) {
generatedMapping.putIfAbsent(
WizardDetailsV2, () => WizardDetailsV2.fromJsonFactory);
return _kemproApiV2WizardDealerIdGet(dealerId: dealerId);
}