getHumanEmail method

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

Implementation

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