getLocaleDisplayName method

Future<String?> getLocaleDisplayName()

Method to get the current active language display name

Implementation

Future<String?> getLocaleDisplayName() {
  return _methodChannel.getLocaleDisplayName();
}