update_Pre method

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

Implementation

$async.Future<$1.Promotion> update_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.Promotion> $request) async {
  return update($call, await $request);
}