getURLHostAllowedCharacterSet static method

NSCharacterSet getURLHostAllowedCharacterSet(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSCharacterSet getURLHostAllowedCharacterSet(
    ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_186(
      _lib._class_NSCharacterSet1, _lib._sel_URLHostAllowedCharacterSet1);
  return NSCharacterSet._(_ret, _lib, retain: true, release: true);
}