FlagDeckServerSentEvents constructor
FlagDeckServerSentEvents({})
Implementation
FlagDeckServerSentEvents({
required this.apiKey,
this.onConnect,
this.onEvent,
this.handleConnectionError,
this.handleDisconnect,
this.header,
this.reconnectConfig,
}) {
connect();
}