getLanguageCode method

Future<String?> getLanguageCode()

Returns the language code for the current locale of device.

Implementation

Future<String?> getLanguageCode() {
  return LocalePlusPlatform.instance.getLanguageCode();
}