identityMatchPost method
Retrieve identity match score
Implementation
Future<chopper.Response<IdentityMatchResponse>> identityMatchPost(
{required IdentityMatchRequest? body}) {
generatedMapping.putIfAbsent(
IdentityMatchResponse, () => IdentityMatchResponse.fromJsonFactory);
return _identityMatchPost(body: body);
}