getCurrentLanguage method
The raw language tag reported by the platform for the active keyboard, or null if it could not be determined.
Implementation
@override
Future<String?> getCurrentLanguage() {
return methodChannel.invokeMethod<String>('getCurrentLanguage');
}