instanceMethodForSelector_ static method

Pointer<NativeFunction<Void Function()>> instanceMethodForSelector_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<ObjCSel> aSelector
)

Implementation

static ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>
    instanceMethodForSelector_(
        ThermionDartTexture1 _lib, ffi.Pointer<ObjCSel> aSelector) {
  return _lib._objc_msgSend_6(_lib._class_NSObject1,
      _lib._sel_instanceMethodForSelector_1, aSelector);
}