filter abstract method

FutureOr<List<T>> filter(
  1. String? query,
  2. List currentSelections,
  3. int limit
)

Filters the list of all options based on a query - the list of current selections is also provided.

Implementation

FutureOr<List<T>> filter(String? query, List currentSelections, int limit);