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