kemproApiV2HomeownerOncueVerifyPost method

Future<Response<OncueVerificationV2>> kemproApiV2HomeownerOncueVerifyPost({
  1. required OncueVerificationV2Body? body,
})

Verify the given OnCue login information and return whether the login info is valid and the OnCue user's devices can be imported into the logged-in user's account.

Implementation

Future<chopper.Response<OncueVerificationV2>>
    kemproApiV2HomeownerOncueVerifyPost(
        {required OncueVerificationV2Body? body}) {
  generatedMapping.putIfAbsent(
      OncueVerificationV2, () => OncueVerificationV2.fromJsonFactory);

  return _kemproApiV2HomeownerOncueVerifyPost(body: body);
}