showMenuGetValue static method
Implementation
static Future<String> showMenuGetValue(
String title,
List<String> options, {
int? defaultIndex,
}) =>
SelectPrompt.showMenuGetValue(title, options, defaultIndex: defaultIndex);
static Future<String> showMenuGetValue(
String title,
List<String> options, {
int? defaultIndex,
}) =>
SelectPrompt.showMenuGetValue(title, options, defaultIndex: defaultIndex);