menu
nitro package
documentation
web_bridge.dart
NitroWasmModule
readU8 method
readU8 method
dark_mode
light_mode
readU8
method
int
readU8
(
int
ptr
)
Implementation
int readU8(int ptr) => readBytes(ptr, 1)[0];
nitro package
documentation
web_bridge
NitroWasmModule
readU8 method
NitroWasmModule class