kemproApiV2ConsentAcceptPost method
- String? code,
Indicates that the homeowner consents to allowing dealers to view identifying information such as the address of the homeowner's device.
If all homeowners associated with a device have accepted the privacy policy terms and consent accordingly, the dealer will be able to see the device address.
Implementation
Future<chopper.Response> kemproApiV2ConsentAcceptPost({String? code}) {
return _kemproApiV2ConsentAcceptPost(code: code);
}