menu
nitro package
documentation
web_bridge.dart
NitroWasmModule
readI64 method
readI64 method
dark_mode
light_mode
readI64
method
int
readI64
(
int
ptr
)
Implementation
int readI64(int ptr) => getInt64LE(ByteData.sublistView(readBytes(ptr, 8)), 0);
nitro package
documentation
web_bridge
NitroWasmModule
readI64 method
NitroWasmModule class