setOpenAiKey method
Implementation
void setOpenAiKey(String text) {
openAiKey.value = text;
GetStorage box = GetStorage();
box.write('openAiKey', text);
}
void setOpenAiKey(String text) {
openAiKey.value = text;
GetStorage box = GetStorage();
box.write('openAiKey', text);
}