stop method

int stop()

Implementation

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