getVariablesByTranslation method

ResponseFuture<VariableList> getVariablesByTranslation(
  1. TranslationId request, {
  2. CallOptions? options,
})

Implementation

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