readUInt8 method

int readUInt8()

Implementation

int readUInt8() => _requireBytes(1, () => bytes.getUint8(offset++));