kemproApiV2ConsentRejectPost method
- String? code,
Indicates that the homeowner does not consent to allowing dealers to view identifying information such as the address of the homeowner's device.
Implementation
Future<chopper.Response> kemproApiV2ConsentRejectPost({String? code}) {
return _kemproApiV2ConsentRejectPost(code: code);
}