writeInt method

void writeInt(
  1. int value
)

Implementation

void writeInt(int value) => _setNum(_byteData.setInt32, value, 4);