check method
Spell checks text for locale.
Implementation
@override
Future<NativeCheckOutcome> check(
Locale locale,
String text, {
required int maxSuggestions,
}) async {
return const NativeCheckUnavailable(
'Browsers do not expose their spell checker to web apps.',
);
}