localizedStringForCountryCode_ method

NSString? localizedStringForCountryCode_(
  1. NSString countryCode
)

Implementation

NSString? localizedStringForCountryCode_(NSString countryCode) {
  final _ret = _lib._objc_msgSend_185(
      _id, _lib._sel_localizedStringForCountryCode_1, countryCode._id);
  return _ret.address == 0
      ? null
      : NSString._(_ret, _lib, retain: true, release: true);
}