getHumanPhone method

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

Implementation

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