KuzzleProtocol constructor
KuzzleProtocol(})
Implementation
KuzzleProtocol(
this.uri, {
this.autoReconnect = false,
this.reconnectionDelay = const Duration(seconds: 1),
this.reconnectionAttempts = 10,
}) : protocolState = KuzzleProtocolState.offline,
id = _uuid.v4();