askSortGetValues static method

Future<List<String>> askSortGetValues(
  1. String title,
  2. List<String> options, {
  3. bool showOutput = true,
})

Implementation

static Future<List<String>> askSortGetValues(
  String title,
  List<String> options, {
  bool showOutput = true,
}) =>
    SortPrompt.askSortGetValues(title, options, showOutput: showOutput);