ObjCProtocolMethod<T extends Function> constructor
ObjCProtocolMethod<T extends Function> (
- Pointer<
ObjCProtocolImpl> _proto, - Pointer<
ObjCSelector> _sel, - Pointer<
Void> _trampoline, - Pointer<
Char> ? _signature, - ObjCBlockBase _createBlock(
- T
Only for use by FFIgen bindings.
Implementation
ObjCProtocolMethod(
this._proto,
this._sel,
this._trampoline,
this._signature,
this._createBlock,
);