add_Activated method

int add_Activated(
  1. Pointer<NativeType> handler,
  2. Pointer<Uint32> result
)

Implementation

int add_Activated(Pointer handler, Pointer<Uint32> result) => ptr.ref.vtable
    .elementAt(11)
    .cast<Pointer<NativeFunction<_add_Activated_Native>>>()
    .value
    .asFunction<_add_Activated_Dart>()(ptr.ref.lpVtbl, handler, result);