autocomplete abstract method
Called whenever user requests autocomplete. Must return list of possible options.
Implementation
FutureOr<List<AutocompleteOption>> autocomplete(List<String> args);
Called whenever user requests autocomplete. Must return list of possible options.
FutureOr<List<AutocompleteOption>> autocomplete(List<String> args);