removeFromDictionary

actual suspend fun removeFromDictionary(word: String, scope: DictionaryScope)(source)

Removes word from the user dictionary previously added via addToDictionary.

For DictionaryScope.System, removal is best-effort: supported on iOS, macOS, and Linux (Hunspell). On Windows the basic spell-check API does not expose a remove operation; the call is a no-op and logs a warning. On Android it falls back to DictionaryScope.AppLocal.

expect suspend fun removeFromDictionary(word: String, scope: DictionaryScope = DictionaryScope.AppLocal)(source)

Removes word from the user dictionary previously added via addToDictionary.

For DictionaryScope.System, removal is best-effort: supported on iOS, macOS, and Linux (Hunspell). On Windows the basic spell-check API does not expose a remove operation; the call is a no-op and logs a warning. On Android it falls back to DictionaryScope.AppLocal.

actual suspend fun removeFromDictionary(word: String, scope: DictionaryScope)(source)

Removes word from the user dictionary previously added via addToDictionary.

For DictionaryScope.System, removal is best-effort: supported on iOS, macOS, and Linux (Hunspell). On Windows the basic spell-check API does not expose a remove operation; the call is a no-op and logs a warning. On Android it falls back to DictionaryScope.AppLocal.

actual suspend fun removeFromDictionary(word: String, scope: DictionaryScope)(source)

Removes word from the user dictionary previously added via addToDictionary.

For DictionaryScope.System, removal is best-effort: supported on iOS, macOS, and Linux (Hunspell). On Windows the basic spell-check API does not expose a remove operation; the call is a no-op and logs a warning. On Android it falls back to DictionaryScope.AppLocal.