implementMethod method
void
implementMethod(})
implementMethod:withBlock:withTrampoline:withSignature:
Implementation
void implementMethod(
ffi.Pointer<objc.ObjCSelector> sel, {
required ffi.Pointer<ffi.Void> withBlock,
required ffi.Pointer<ffi.Void> withTrampoline,
required ffi.Pointer<ffi.Char> withSignature,
}) {
_objc_msgSend_1s2gdyk(
object$.ref.pointer,
_sel_implementMethod_withBlock_withTrampoline_withSignature_,
sel,
withBlock,
withTrampoline,
withSignature,
);
}