isSpellCheckingEnabled method

Future<bool> isSpellCheckingEnabled()

Returns whether spell checking is enabled for this WebContext.

Officially Supported Platforms/Implementations:

Use the PlatformWebViewEnvironment.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> isSpellCheckingEnabled() => platform.isSpellCheckingEnabled();