defaultGLSRequest_Pre method

Future<CreateGLSShipmentRequest> defaultGLSRequest_Pre(
  1. ServiceCall $call,
  2. Future<AccountId> $request
)

Implementation

$async.Future<$0.CreateGLSShipmentRequest> defaultGLSRequest_Pre(
    $grpc.ServiceCall $call, $async.Future<$4.AccountId> $request) async {
  return defaultGLSRequest($call, await $request);
}