menu
smart_textbar package
documentation
AutoSuggest/AutoSuggest_algo.dart
AutoSuggest_Algo
recommendations method
recommendations method
dark_mode
light_mode
recommendations
method
List
<
String
>
recommendations
(
String
prefix
)
Implementation
List<String> recommendations (String prefix){ return engine.suggest(prefix); }
smart_textbar package
documentation
AutoSuggest/AutoSuggest_algo
AutoSuggest_Algo
recommendations method
AutoSuggest_Algo class