removeAllEventHandlers method

int removeAllEventHandlers()

Implementation

int removeAllEventHandlers() => (ptr.ref.vtable + 41)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);