upsertVariable_Pre method

Future<Variable> upsertVariable_Pre(
  1. ServiceCall $call,
  2. Future<Variable> $request
)

Implementation

$async.Future<$1.Variable> upsertVariable_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.Variable> $request) async {
  return upsertVariable($call, await $request);
}