showMenuGetValue static method

Future<String> showMenuGetValue(
  1. String title,
  2. List<String> options, {
  3. int? defaultIndex,
})

Implementation

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