getUint8 method

int getUint8([
  1. int byteOffset = 0
])

Returns a Uint8 at byteOffset of this bytes buffer (reads 1 byte).

Implementation

int getUint8([int byteOffset = 0]) => asByteData().getUint8(byteOffset);