writeLong method

void writeLong(
  1. int value
)

Implementation

void writeLong(int value) => _setNum(_byteData.setInt64, value, 8);