getHumanPhone method

ResponseFuture<GetHumanPhoneResponse> getHumanPhone(
  1. GetHumanPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetHumanPhoneResponse> getHumanPhone(
    $1.GetHumanPhoneRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getHumanPhone, request, options: options);
}