getSpellCheckingLanguages method

Future<List<String>> getSpellCheckingLanguages()

Returns the list of spell checking languages currently configured for this WebContext.

The locale strings are in the form lang_COUNTRY where lang is an ISO-639 language code and COUNTRY is an ISO-3166 country code.

Officially Supported Platforms/Implementations:

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

Implementation

Future<List<String>> getSpellCheckingLanguages() =>
    platform.getSpellCheckingLanguages();