getURLPathAllowedCharacterSet static method

NSCharacterSet getURLPathAllowedCharacterSet(
  1. ThermionDartTexture1 _lib
)

Implementation

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