readUInt32 method

int readUInt32()

Implementation

int readUInt32() => _requireBytes(
  4, () => bytes.getUint32((offset += 4) - 4, Endian.little),
);