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