menu
fjs_engine package
documentation
core/quickjs_ffi.dart
QuickJsFFI
destroyRuntime method
destroyRuntime method
dark_mode
light_mode
destroyRuntime
method
void
destroyRuntime
(
Pointer
<
Void
>
h
)
Implementation
void destroyRuntime(Pointer<Void> h) => _destroy(h);
fjs_engine package
documentation
core/quickjs_ffi
QuickJsFFI
destroyRuntime method
QuickJsFFI class