readUnsignedShort method

int readUnsignedShort()

Implementation

int readUnsignedShort() => _getNum<int>(_byteData.getUint16, 2);