menu
flujs_qjs package
documentation
wrapper/JSValue.dart
JSValue
freeCString method
freeCString method
dark_mode
light_mode
freeCString
method
void
freeCString
(
Pointer
<
Utf8
>
ptr
)
Implementation
void freeCString(Pointer<Utf8> ptr) { JS_FreeCString(_ctx.ref, ptr.cast()); }
flujs_qjs package
documentation
wrapper/JSValue
JSValue
freeCString method
JSValue class