getHumanEmail method

ResponseFuture<GetHumanEmailResponse> getHumanEmail(
  1. GetHumanEmailRequest request, {
  2. CallOptions? options,
})

Implementation

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