getVariablesByTranslation method
ResponseFuture<VariableList>
getVariablesByTranslation(
- TranslationId request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.VariableList> getVariablesByTranslation(
$0.TranslationId request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getVariablesByTranslation, request,
options: options);
}