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