getUint32 method

int getUint32()

Reads 4-bytes as an unsigned integer.

Implementation

int getUint32() => getUint(ByteLength.u32);