resetSuggestions method
Implementation
Future resetSuggestions() async {
suggestion = const Suggestion.empty();
await _query.update(() => "");
_suggestions.current = ChipSuggestions.empty();
notifyListeners();
}
Future resetSuggestions() async {
suggestion = const Suggestion.empty();
await _query.update(() => "");
_suggestions.current = ChipSuggestions.empty();
notifyListeners();
}