get_Pre method

Future<DeliveryInfo> get_Pre(
  1. ServiceCall $call,
  2. Future<DeliveryId> $request
)

Implementation

$async.Future<$0.DeliveryInfo> get_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.DeliveryId> $request) async {
  return get($call, await $request);
}