ConnectPacket constructor
ConnectPacket({})
Implementation
ConnectPacket(
{this.version = 0,
this.clientKey = "",
this.deviceID = "",
this.clientTimestamp = 0,
this.deviceFlag = 0,
this.uid = "",
this.token = ""}) {
header.packetType = PacketType.connect;
}