getInt8 method

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

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

Implementation

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