getSearchInput method

Future<List<T>> getSearchInput(
  1. String query,
  2. List currentSelections
)

Implementation

Future<List<T>> getSearchInput(String query, List currentSelections) async =>
    await this.listAllOptions(150);