setUint64 method

void setUint64(
  1. int n, [
  2. int byteOffset = 0
])

Sets n as a Uint64 at byteOffset.

Implementation

void setUint64(int n, [int byteOffset = 0]) =>
    _platform.writeUint64(this, n, byteOffset);