autocompleteSuggestion abstract method

String autocompleteSuggestion(
  1. String suggestion
)

The semantic hint announcing the inline autocomplete completion, e.g. 'Suggestion: Apple'.

In en, this message translates to: 'Suggestion: {suggestion}'

Implementation

String autocompleteSuggestion(String suggestion);