reset method

int reset()

Implementation

int reset() => ptr.ref.vtable
    .elementAt(10)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer)>>>()
    .value
    .asFunction<int Function(Pointer)>()(ptr.ref.lpVtbl);