kemApiV3ConsentRejectPost method

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