setLanguage method
Selects the installed keyboard matching languageTag. Returns false
when none matches; throws UnsupportedError where impossible.
Implementation
@override
Future<bool> setLanguage(String languageTag) {
throw UnsupportedError(
'Switching the keyboard language is not supported on Linux.',
);
}