clearSimulatedProfileInfo method

int clearSimulatedProfileInfo()

Implementation

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