isWordCorrect

actual suspend fun isWordCorrect(word: String): Boolean(source)

Checks if a single word exists in the active dictionary and is considered correctly spelled. Returns true when the word is recognized by the platform spell checker or appears in the user dictionary (see addToDictionary) or session ignores (see ignoreWord); false otherwise.

expect suspend fun isWordCorrect(word: String): Boolean(source)

Checks if a single word exists in the active dictionary and is considered correctly spelled. Returns true when the word is recognized by the platform spell checker or appears in the user dictionary (see addToDictionary) or session ignores (see ignoreWord); false otherwise.

actual suspend fun isWordCorrect(word: String): Boolean(source)

Checks if a single word exists in the active dictionary and is considered correctly spelled. Returns true when the word is recognized by the platform spell checker or appears in the user dictionary (see addToDictionary) or session ignores (see ignoreWord); false otherwise.

actual suspend fun isWordCorrect(word: String): Boolean(source)

Checks if a single word exists in the active dictionary and is considered correctly spelled. Returns true when the word is recognized by the platform spell checker or appears in the user dictionary (see addToDictionary) or session ignores (see ignoreWord); false otherwise.