getHumanEmail method
ResponseFuture<GetHumanEmailResponse>
getHumanEmail(
- GetHumanEmailRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetHumanEmailResponse> getHumanEmail($0.GetHumanEmailRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getHumanEmail, request, options: options);
}