decodeUint32 method

int decodeUint32 (int offset)

Implementation

int decodeUint32(int offset) => data.getUint32(offset, Endian.little);