remove method

int remove(
  1. Pointer<COMObject> pSensor
)

Implementation

int remove(Pointer<COMObject> pSensor) => ptr.ref.vtable
        .elementAt(6)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<COMObject> pSensor)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<COMObject> pSensor)>()(
    ptr.ref.lpVtbl, pSensor);