kemproApiV2ConsentRejectPost method

Future<Response> kemproApiV2ConsentRejectPost({
  1. 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);
}