getVariable_Pre method

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

Implementation

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