createGLSShipment method

ResponseFuture<CreateGLSShipmentResponse> createGLSShipment(
  1. CreateGLSShipmentRequest request, {
  2. CallOptions? options,
})

Implementation

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