readByte method

int readByte()

Implementation

int readByte() => _getNum<int>((i, _) => _byteData.getInt8(i), 1);