menu
nitro package
documentation
web_bridge.dart
NitroWasmModule
readI32 method
readI32 method
dark_mode
light_mode
readI32
method
int
readI32
(
int
ptr
)
Implementation
int readI32(int ptr) => ByteData.sublistView(readBytes(ptr, 4)).getInt32(0, Endian.little);
nitro package
documentation
web_bridge
NitroWasmModule
readI32 method
NitroWasmModule class