encodePacket method

Uint8List encodePacket(
  1. int sequenceID
)

Implementation

Uint8List encodePacket(int sequenceID) => _encode(4, sequenceID);