kemApiV3DealerDevicesIdHomeownersHomeownerIdResendConsentPost method
@param id @param homeownerId
Implementation
Future<chopper.Response>
kemApiV3DealerDevicesIdHomeownersHomeownerIdResendConsentPost({
required int? id,
required int? homeownerId,
}) {
return _kemApiV3DealerDevicesIdHomeownersHomeownerIdResendConsentPost(
id: id, homeownerId: homeownerId);
}