jSClassRelease top-level property

void Function(Pointer<NativeType> jsClass) jSClassRelease
final

Releases a JavaScript class. jsClass (JSClassRef) The JSClass to release.

Implementation

final void Function(Pointer jsClass) jSClassRelease = JscFfi.lib
    .lookup<NativeFunction<Void Function(Pointer)>>('JSClassRelease')
    .asFunction();