getOneHTTP method

ResponseFuture<HTTPConfig> getOneHTTP(
  1. HTTPConfig request, {
  2. CallOptions? options,
})

Implementation

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