write abstract method

Future<List<Uint8List>> write(
  1. ByteDataWriter writer
)

The Packet sequence index describes the current sequence for fragmented payloads. The first fragment index is 0x00 and increased in following packets.

Implementation

Future<List<Uint8List>> write(ByteDataWriter writer);