menu
flutter_js_stable package
documentation
quickjs/ffi.dart
JSRef
free method
free method
dark_mode
light_mode
free
method
void
free
(
)
Implementation
void
free() { _refCount--;
if
(_refCount <
0
) destroy(); }
flutter_js_stable package
documentation
quickjs/ffi
JSRef
free method
JSRef class
Constructors
new
Properties
hashCode
runtimeType
Methods
destroy
dup
free
noSuchMethod
toString
Operators
operator ==
Static methods
dupRecursive
freeRecursive