readUnsignedInt method

int readUnsignedInt()

Implementation

int readUnsignedInt() => _getNum<int>(_byteData.getUint32, 4);