getLocaleDisplayName method

Future<String?> getLocaleDisplayName()

Platform-specific method to get local display name

Implementation

Future<String?> getLocaleDisplayName() async {
  throw UnimplementedError(
      'getLocaleDisplayName() has not been implemented.');
}