call method

void call(
  1. bool arg0
)

Implementation

void call(bool arg0) => _id.ref.invoke
    .cast<
        ffi.NativeFunction<
            ffi.Void Function(
                ffi.Pointer<_ObjCBlock> block, ffi.Bool arg0)>>()
    .asFunction<void Function(ffi.Pointer<_ObjCBlock>, bool)>()(_id, arg0);