remove_Failed method

int remove_Failed(
  1. int token
)

Implementation

int remove_Failed(int token) => ptr.ref.vtable
    .elementAt(14)
    .cast<Pointer<NativeFunction<_remove_Failed_Native>>>()
    .value
    .asFunction<_remove_Failed_Dart>()(ptr.ref.lpVtbl, token);