setInt64 method

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

Sets n as a Int64 at byteOffset.

Implementation

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