menu
wukongimfluttersdk package
documentation
proto/write_read.dart
ReadData
readUint32 method
readUint32 method
dark_mode
light_mode
readUint32
method
int
readUint32
(
)
Implementation
int readUint32() { var v = _byteData!.getUint32(offset); offset += 4; return v; }
wukongimfluttersdk package
documentation
proto/write_read
ReadData
readUint32 method
ReadData class