setUint64 method

void setUint64(
  1. BigInt value
)

Writes an unsigned integer to 8-bytes.

Implementation

void setUint64(final BigInt value) => setBigUint(value, ByteLength.u64);