methodForSelector_ method

Pointer<NativeFunction<Void Function()>> methodForSelector_(
  1. Pointer<ObjCSel> aSelector
)

Implementation

ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> methodForSelector_(
    ffi.Pointer<ObjCSel> aSelector) {
  return _lib._objc_msgSend_6(_id, _lib._sel_methodForSelector_1, aSelector);
}