menu
nitro package
documentation
web_bridge.dart
NitroWasmModule
free method
free method
dark_mode
light_mode
free
method
void
free
(
int
ptr
)
Frees a
malloc
allocation.
Implementation
void free(int ptr) { if (ptr != 0) call('free', [ptr.toJS]); }
nitro package
documentation
web_bridge
NitroWasmModule
free method
NitroWasmModule class