writeInt64 method

void writeInt64(
  1. int v
)

Implementation

void writeInt64(int v) => writeInt(v);