addChoiceSection method
Implementation
void addChoiceSection(String title) {
choices.add(AFConfigEntryDescription(
textValue: "title",
runtimeValue: "",
help: "",
title: title,
));
}
void addChoiceSection(String title) {
choices.add(AFConfigEntryDescription(
textValue: "title",
runtimeValue: "",
help: "",
title: title,
));
}