isSpellCheckingEnabled method
Returns whether spell checking is enabled for this WebContext.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - webkit_web_context_get_spell_checking_enabled)
Use the PlatformWebViewEnvironment.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> isSpellCheckingEnabled() => platform.isSpellCheckingEnabled();