writeI64 method

void writeI64(
  1. int value
)

Implementation

void writeI64(int value) {
  writeBytes(i64ToBytes(value));
}