autocompleteSuggestion method
The semantic hint announcing the inline autocomplete completion, e.g. 'Suggestion: Apple'.
In en, this message translates to: 'Suggestion: {suggestion}'
Implementation
@override
String autocompleteSuggestion(String suggestion) => 'Suggestion: $suggestion';