getTransportMethod method

ResponseFuture<TransportMethod> getTransportMethod(
  1. SKU request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.TransportMethod> getTransportMethod(
  $1.SKU request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getTransportMethod, request, options: options);
}