kemApiV3ConsentRejectPost 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> kemApiV3ConsentRejectPost({String? code}) {
return _kemApiV3ConsentRejectPost(code: code);
}