kemproApiV2OrgMeGet method
Get authentication information about the currently logged-in dealer
Implementation
Future<chopper.Response<DealerV2>> kemproApiV2OrgMeGet() {
generatedMapping.putIfAbsent(DealerV2, () => DealerV2.fromJsonFactory);
return _kemproApiV2OrgMeGet();
}