setLlm method

void setLlm(
  1. String text
)

Implementation

void setLlm(String text) {
  llm.value = text;
  GetStorage box = GetStorage();
  box.write('llm', text);
}