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