hostWithName_ static method

NSHost hostWithName_(
  1. ThermionDartTexture1 _lib,
  2. NSString? name
)

Implementation

static NSHost hostWithName_(ThermionDartTexture1 _lib, NSString? name) {
  final _ret = _lib._objc_msgSend_864(_lib._class_NSHost1,
      _lib._sel_hostWithName_1, name?._id ?? ffi.nullptr);
  return NSHost._(_ret, _lib, retain: true, release: true);
}