getUint8 method

int getUint8()

Reads 1-byte as an unsigned integer.

Implementation

int getUint8() => getUint(ByteLength.u8);