chooseAny<T> abstract method
Prompts user to select multiple choices from choices.
Implementation
List<T> chooseAny<T>(String message,
{required List<T> choices,
List<T>? defaultValues,
String Function(T)? display});