createGLSShipment_Pre method

Future<CreateGLSShipmentResponse> createGLSShipment_Pre(
  1. ServiceCall $call,
  2. Future<CreateGLSShipmentRequest> $request
)

Implementation

$async.Future<$0.CreateGLSShipmentResponse> createGLSShipment_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.CreateGLSShipmentRequest> $request) async {
  return createGLSShipment($call, await $request);
}