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