writeShort method

void writeShort(
  1. int value
)

Implementation

void writeShort(int value) => _setNum(_byteData.setInt16, value, 2);