SseTransportConfig constructor
const
SseTransportConfig({})
Implementation
const SseTransportConfig({
this.endpoint = '/sse',
this.messagesEndpoint = '/message',
this.host = 'localhost',
this.port = 8080,
this.fallbackPorts = const [],
this.authToken,
this.middleware = const [],
});