setUint32 method

void setUint32(
  1. int value
)

Implementation

void setUint32(final int value) => setUint(value, ByteLength.u32);