get_Pre method

Future<Promotion> get_Pre(
  1. ServiceCall $call,
  2. Future<PromotionId> $request
)

Implementation

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