showSpellCheckSuggestionsToolbar method

bool showSpellCheckSuggestionsToolbar()

This method is not yet implemented and always returns false.

Implementation

bool showSpellCheckSuggestionsToolbar() {
  // Spellcheck is not implemented yet.
  return false;
}