readUint32 method

int readUint32()

Reads a Uint32 from the buffer.

Implementation

int readUint32() => _read(4).getUint32(0, Endian.little);